cryptonas/DEBIAN/postrm

8 lines
123 B
Plaintext
Raw Normal View History

#!/bin/sh
# remove symlinks in /etc/rc?.d
[ "$1" = "purge" ] && update-rc.d cryptobox remove
2005-12-01 19:22:05 +01:00
# return without error
true