diff options
Diffstat (limited to 'desktop/neutral/doinst.sh')
-rw-r--r-- | desktop/neutral/doinst.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/neutral/doinst.sh b/desktop/neutral/doinst.sh deleted file mode 100644 index debef1c10370..000000000000 --- a/desktop/neutral/doinst.sh +++ /dev/null @@ -1,6 +0,0 @@ -if [ -e usr/share/icons/neutral/icon-theme.cache ]; then - if [ -x /usr/bin/gtk-update-icon-cache ]; then - /usr/bin/gtk-update-icon-cache -f usr/share/icons/neutral >/dev/null 2>&1 - fi -fi - |