aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-10-08 07:29:53 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-10-08 07:29:53 +0000
commit7bcf0769c0e2ec09336fba83e1fa69a188b2162b (patch)
tree579413c4cee4b3c59ed79a803d7eb722053cf649 /kiss
parente14fa1782a3f52c0ac1d2f5fcfd92b4c2ddd6933 (diff)
downloadcpt-7bcf0769c0e2ec09336fba83e1fa69a188b2162b.tar.gz
kiss: Add another junk entry
FossilOrigin-Name: efaf848d7c90c5287eef09d410880f37d364e4a3b7abb7d2112182c102ac6f63
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss4
1 files changed, 2 insertions, 2 deletions
diff --git a/kiss b/kiss
index 72ad1a1..650afe2 100755
--- a/kiss
+++ b/kiss
@@ -317,8 +317,8 @@ pkg_junk() (
# built packages. This default assumes a prefix of '/usr' though the
# user can further configure it to search whatever paths they desire.
rm_default=usr/share/doc:usr/share/gtk-doc:usr/share/info:usr/share/polkit-1
- rm_default=$rm_default:usr/share/gettext:usr/share/locale
- rm_default=$rm_default:etc/bash_completion.d:usr/share/zsh
+ rm_default=$rm_default:usr/share/gettext:usr/share/locale:usr/share/zsh
+ rm_default=$rm_default:etc/bash_completion.d:usr/share/applications
# Split the environment variable on ':' and turn it into an argument
# list. This works exactly like '$KISS_PATH'.