cryptonas/DEBIAN/postrm
2005-12-01 18:22:05 +00:00

8 lines
123 B
Bash
Executable file

#!/bin/sh
# remove symlinks in /etc/rc?.d
[ "$1" = "purge" ] && update-rc.d cryptobox remove
# return without error
true