elementary-xfce-icon-theme: Add a post-install script
The new post-install script updates all icon theme cache files so that no theme has missing icons. Signed-off-by: Leo Unglaub <leo@leo-unglaub.net>
This commit is contained in:
parent
7998120edf
commit
91f30916d2
10
elementary-xfce-icon-theme/post-install
Executable file
10
elementary-xfce-icon-theme/post-install
Executable file
@ -0,0 +1,10 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
#
|
||||||
|
# post-install: update all icon theme cache files
|
||||||
|
|
||||||
|
|
||||||
|
# find all themes
|
||||||
|
for theme in /usr/share/icons/*
|
||||||
|
do
|
||||||
|
gtk-update-icon-cache $theme
|
||||||
|
done
|
Loading…
x
Reference in New Issue
Block a user