diff options
author | Helmut Grohne <helmut@subdivi.de> | 2022-11-02 10:46:56 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2022-11-13 06:09:58 +0100 |
commit | 8dff29f4cd9663746b51ffad9317e68a2cd00a55 (patch) | |
tree | ae85e7d1e56d5260a1d1494bbf1035382be20d4a /debian/zsh-static.postrm | |
parent | d26deae83d43d992426d0cc68b40f5bd9153107e (diff) | |
download | zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.tar.gz zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.zip |
Update /etc/shells using dpkg triggers
Closes: #1023317
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# |