[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#527899: removal of package fails



tag 527899 patch
thanks


This patch fixes the removal bug in sqlrelay. It simply removes all sqlrelay files and the directory from /etc.

-Chris

--- a/debian/sqlrelay.postrm
+++ b/debian/sqlrelay.postrm
@@ -19,7 +19,7 @@ set -e
 case "$1" in
        remove|purge)
        rm -Rf /var/cache/sqlrelay
-       rm -f /etc/sqlrelay*
+       rm -rf /etc/sqlrelay*
        ;;
        upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
        ;;



Reply to: