]> git.saurik.com Git - apt.git/blobdiff - debian/postrm
Join with aliencode
[apt.git] / debian / postrm
index 625280034f6bf969ceab5c34af38af945a5388c2..b1bb971d4976cea0a48e6ae85d7094e6cfcf883b 100755 (executable)
@@ -13,8 +13,8 @@ case "$1" in
                echo -n "Removing APT cache and state files... "
                echo -n "/var/cache/apt"
                rm -rf /var/cache/apt
-               echo -n ", /var/state/apt"
-               rm -rf /var/state/apt
+               echo -n ", /var/lib/apt"
+               rm -rf /var/lib/apt
                echo ". Done."
 esac