install.sh: coping AUTHORS and LICENSE

This commit is contained in:
Sergei Eremenko 2018-02-04 00:13:32 +02:00
parent b1371c1e4c
commit 301d233ccb

View file

@ -68,6 +68,10 @@ _install() {
for theme in "$@"; do
_msg "Installing '$theme' ..."
_sudo cp -R "$temp_dir/$gh_repo-$BRANCH/$theme" "$DESTDIR"
_sudo cp -f \
"$temp_dir/$gh_repo-$BRANCH/AUTHORS" \
"$temp_dir/$gh_repo-$BRANCH/LICENSE" \
"$DESTDIR/$theme" || true
_sudo gtk-update-icon-cache -q "$DESTDIR/$theme" || true
done