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