diff options
Diffstat (limited to 'desktop/xlunch/doinst.sh')
-rw-r--r-- | desktop/xlunch/doinst.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/desktop/xlunch/doinst.sh b/desktop/xlunch/doinst.sh index 1ef9a17a1081a..8298aa30bf7c4 100644 --- a/desktop/xlunch/doinst.sh +++ b/desktop/xlunch/doinst.sh @@ -11,4 +11,10 @@ config() { # Otherwise, we leave the .new copy for the admin to consider... } -config etc/xlunch/icons.conf.new +config etc/xlunch/default.conf.new + +if [ -e usr/share/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |