diff options
Diffstat (limited to 'debian/zsh-static.postrm')
-rw-r--r-- | debian/zsh-static.postrm | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/debian/zsh-static.postrm b/debian/zsh-static.postrm new file mode 100644 index 000000000..6fc83e6fa --- /dev/null +++ b/debian/zsh-static.postrm @@ -0,0 +1,11 @@ +#!/bin/sh + +set -e + +case "$1" in + (remove) + remove-shell /bin/zsh-static + ;; +esac + +#DEBHELPER# |