diff themes/hicolor-icon-theme/hicolor-icon-theme-post.sh @ 540:55d07eb631e4

themes: use new FHS
author David Demelier <markand@malikania.fr>
date Wed, 10 Apr 2019 20:28:00 +0200
parents 107e26766c26
children 00b288a5599a
line wrap: on
line diff
--- a/themes/hicolor-icon-theme/hicolor-icon-theme-post.sh	Wed Apr 10 20:26:00 2019 +0200
+++ b/themes/hicolor-icon-theme/hicolor-icon-theme-post.sh	Wed Apr 10 20:28:00 2019 +0200
@@ -16,5 +16,5 @@
 #
 
 if [ "$1" = "install" ]; then
-	chroot $DESTDIR /usr/bin/gtk-update-icon-cache -fqt /usr/share/icons/hicolor
+	chroot $DESTDIR /bin/gtk-update-icon-cache -fqt /share/icons/hicolor
 fi