diff options
-rwxr-xr-x | debian/postrm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/postrm b/debian/postrm index bc6fa2890..f93eb762a 100755 --- a/debian/postrm +++ b/debian/postrm @@ -11,6 +11,9 @@ #DEBHELPER# case "$1" in + remove) + ldconfig + ;; purge) echo -n "Removing APT cache and state files... " echo -n "/var/cache/apt" |