diff options
Diffstat (limited to 'debian/zsh-common.postrm')
-rw-r--r-- | debian/zsh-common.postrm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/debian/zsh-common.postrm b/debian/zsh-common.postrm index ff0f98cab..a878c64b0 100644 --- a/debian/zsh-common.postrm +++ b/debian/zsh-common.postrm @@ -4,4 +4,8 @@ set -e if test -x /usr/bin/update-menus ; then update-menus ; fi +if [ "$1" = "purge" ]; then + rmdir -p /usr/local/share/zsh/site-functions || true +fi + #DEBHELPER# |