summarylogtreecommitdiffstats
path: root/xfce4-systemload-plugin.install
diff options
context:
space:
mode:
authorSkunnyk2016-05-02 18:22:45 +0200
committerSkunnyk2016-05-02 18:22:45 +0200
commit3d7c2ca9e4ad5e8cb1878bdd6a83a1eda4ce8267 (patch)
tree51e2e6ba996c4cae727c868661e2fde52b0d1a59 /xfce4-systemload-plugin.install
downloadaur-xfce4-systemload-plugin-git.tar.gz
Initial commit
Diffstat (limited to 'xfce4-systemload-plugin.install')
-rw-r--r--xfce4-systemload-plugin.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfce4-systemload-plugin.install b/xfce4-systemload-plugin.install
new file mode 100644
index 000000000000..6204edafc8f6
--- /dev/null
+++ b/xfce4-systemload-plugin.install
@@ -0,0 +1,12 @@
+post_install() {
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+