fix syntax error in changelog
[debian/amanda] / debian / postrm
index 551a3cc7918cc7647a59e14e806d7d3e0a7bca67..9014b6ff66425e5004ffd6e8318db6a44652c33e 100644 (file)
@@ -1,12 +1,6 @@
 #!/bin/sh -e
 case "$1" in
   purge)
-       if [ -d /etc/amanda ]; then
-               # remove all registered config files
-               rm -rf `cat /var/lib/dpkg/info/amanda-common.conffiles`
-               # remove /etc amanda if there are no files left
-               rmdir /etc/amanda 2> /dev/null || true
-       fi
        if [ -d /var/log/amanda ]; then
                rm -rf /var/log/amanda
        fi