diff options
author | Marc Dix <mdsky@web.de> | 2012-04-15 11:31:46 -0400 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-04-16 05:36:01 -0500 |
commit | 4f788e681c902e1bf54712af5c3fcd6a2d3258e9 (patch) | |
tree | 2069b98c9027d763f714d90403ad27acf0397c9c /desktop/xfce4-cpufreq-plugin/doinst.sh | |
parent | b3c67fe050c798253b507c5467d56a929e8e50b3 (diff) | |
download | slackbuilds-4f788e681c902e1bf54712af5c3fcd6a2d3258e9.tar.gz |
desktop/xfce4-cpufreq-plugin: Added (cpu frequency plugin for xfce4)
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'desktop/xfce4-cpufreq-plugin/doinst.sh')
-rw-r--r-- | desktop/xfce4-cpufreq-plugin/doinst.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/desktop/xfce4-cpufreq-plugin/doinst.sh b/desktop/xfce4-cpufreq-plugin/doinst.sh new file mode 100644 index 0000000000..30eb690936 --- /dev/null +++ b/desktop/xfce4-cpufreq-plugin/doinst.sh @@ -0,0 +1,6 @@ +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 usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi + |