diff options
Diffstat (limited to 'debian/zsh-common.postinst')
-rw-r--r-- | debian/zsh-common.postinst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/debian/zsh-common.postinst b/debian/zsh-common.postinst new file mode 100644 index 000000000..601994b03 --- /dev/null +++ b/debian/zsh-common.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +mkdir -m2775 -p /usr/local/share/zsh/site-functions && chown root:staff \ + /usr/local/share/zsh/site-functions || true + +#DEBHELPER# + +exit 0 |