cryptonas/DEBIAN/postrm
2005-11-30 13:01:18 +00:00

8 lines
134 B
Bash
Executable file

#!/bin/sh
# shut down
invoke-rc.d cryptobox stop
# remove symlinks in /etc/rc?.d
[ "$1" = "purge" ] && update-rc.d cryptobox remove