diff options
-rw-r--r-- | debian/knot.postrm | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/debian/knot.postrm b/debian/knot.postrm index ed21405..31b8993 100644 --- a/debian/knot.postrm +++ b/debian/knot.postrm @@ -1,10 +1,6 @@ #!/bin/sh set -e -unset_perms() { - -} - if test "$1" = "purge"; then spool=/var/lib/knot rm -f $spool/*.db $spool/*.db.crc |