1
0
Fork 0
arangodb/Installation/Debian/postrm

7 lines
88 B
Bash
Executable File

#!/bin/sh
if [ purge = "$1" ]; then
update-rc.d arangodb remove >/dev/null
fi