index
:
zsh
master
[no description]
Dyson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
debian
/
postrm
blob: be24d075b3bca2fc20949be43c40665c3471c8cd (
plain
)
1
2
3
4
5
6
7
8
9
#!/bin/sh set -e case "$1" in (remove) remove-shell /usr/bin/zsh ;; esac