kiss: remove charset.alias

This commit is contained in:
Dylan Araps 2019-10-14 18:21:40 +03:00
parent 2208fd3f78
commit 92238c6235
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 2 deletions

5
kiss
View File

@ -317,8 +317,9 @@ 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:usr/share/zsh
rm_default=$rm_default:usr/share/gettext:usr/share/locale
rm_default=$rm_default:etc/bash_completion.d:usr/share/applications
rm_default=$rm_default:usr/lib/charset.alias
# Split the environment variable on ':' and turn it into an argument
# list. This works exactly like '$KISS_PATH'.
@ -1018,7 +1019,7 @@ args() {
;;
v|version|-v|--version)
log kiss 0.52.0
log kiss 0.53.0
;;
h|help|-h|--help|'')