diff options
author | Holger Paradies <retabell@gmx.de> | 2013-09-10 03:04:53 +0200 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-09-10 22:24:26 +0200 |
commit | d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae (patch) | |
tree | d36dcde574cf6ec4fe1180eb42a2d7d2b4d24dba /kanotix-lxde-extra/kanotix-icon-cache | |
parent | 56b7a48fd8d35a046e2d6329ba85d34c59016c58 (diff) | |
download | kanotix-packages-d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae.zip kanotix-packages-d7d33445f9bf4b251bb8e9c7a0ddd0fad1eeb7ae.tar.gz |
Version 0.2.4 compton icon-cache
Version-0.2.7
Diffstat (limited to 'kanotix-lxde-extra/kanotix-icon-cache')
-rwxr-xr-x | kanotix-lxde-extra/kanotix-icon-cache | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kanotix-lxde-extra/kanotix-icon-cache b/kanotix-lxde-extra/kanotix-icon-cache new file mode 100755 index 0000000..68b768e --- /dev/null +++ b/kanotix-lxde-extra/kanotix-icon-cache @@ -0,0 +1,6 @@ +#!/bin/sh + +# generate icon-cache deleted in live-build +if [ -x /usr/sbin/lightdm ]; then + find /usr/share/icons -mindepth 2 -maxdepth 2 -name index.theme -execdir gtk-update-icon-cache-3.0 -f -q . \; +fi |