diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2016-11-04 10:48:17 +0100 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2016-11-04 10:48:17 +0100 |
commit | b2e45bd30e294362b5418badd1862ac78a8576bd (patch) | |
tree | a8a3ea958d9c0d7a187be63ff2a32509a94c5277 | |
parent | f77697ffe417cf2247b6c02777107bc534a2f68f (diff) | |
download | zsh-b2e45bd30e294362b5418badd1862ac78a8576bd.tar.gz zsh-b2e45bd30e294362b5418badd1862ac78a8576bd.zip |
Update path to zsh used in GUI menues
Thanks: Mika Prokop
-rw-r--r-- | debian/zsh-common.lintian-overrides | 2 | ||||
-rw-r--r-- | debian/zsh-common.menu | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/zsh-common.lintian-overrides b/debian/zsh-common.lintian-overrides index 9f0d39c6b..29ec13968 100644 --- a/debian/zsh-common.lintian-overrides +++ b/debian/zsh-common.lintian-overrides @@ -1,4 +1,4 @@ -zsh-common: menu-command-not-in-package usr/share/menu/zsh-common:1 bin/zsh5 +zsh-common: menu-command-not-in-package usr/share/menu/zsh-common:1 bin/zsh zsh-common: pkg-not-in-package-test zsh usr/share/menu/zsh-common # Clearly a false positive: zsh-common: extra-license-file usr/share/zsh/functions/Completion/BSD.zwc diff --git a/debian/zsh-common.menu b/debian/zsh-common.menu index a7cbd2d64..485997e72 100644 --- a/debian/zsh-common.menu +++ b/debian/zsh-common.menu @@ -1 +1 @@ -?package(zsh):needs="text" section="Applications/Shells" title="Zsh" command="/bin/zsh5" +?package(zsh):needs="text" section="Applications/Shells" title="Zsh" command="/bin/zsh" |