summaryrefslogtreecommitdiff
path: root/debian/zsh-static.postinst
diff options
context:
space:
mode:
authorHelmut Grohne <helmut@subdivi.de>2022-11-02 10:46:56 +0100
committerAxel Beckert <abe@deuxchevaux.org>2022-11-13 06:09:58 +0100
commit8dff29f4cd9663746b51ffad9317e68a2cd00a55 (patch)
treeae85e7d1e56d5260a1d1494bbf1035382be20d4a /debian/zsh-static.postinst
parentd26deae83d43d992426d0cc68b40f5bd9153107e (diff)
downloadzsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.tar.gz
zsh-8dff29f4cd9663746b51ffad9317e68a2cd00a55.zip
Update /etc/shells using dpkg triggers
Closes: #1023317
Diffstat (limited to 'debian/zsh-static.postinst')
-rw-r--r--debian/zsh-static.postinst3
1 files changed, 0 insertions, 3 deletions
diff --git a/debian/zsh-static.postinst b/debian/zsh-static.postinst
index 2d04961d3..6139e0a08 100644
--- a/debian/zsh-static.postinst
+++ b/debian/zsh-static.postinst
@@ -4,9 +4,6 @@ set -e
case "$1" in
(configure)
-# if test -z "$2"; then
- add-shell /bin/zsh-static
-# fi
;;
abort-upgrade|abort-remove|abort-deconfigure)