summarylogtreecommitdiffstats
path: root/xfce4-diskperf-plugin.install
diff options
context:
space:
mode:
authorSkunnyk2016-05-02 18:18:35 +0200
committerSkunnyk2016-05-02 18:18:35 +0200
commit2734027403aa7d5302b800673d402ccfe246c0f2 (patch)
tree9748ebb41af32748b1945da50660259142fd16a4 /xfce4-diskperf-plugin.install
downloadaur-xfce4-diskperf-plugin-git.tar.gz
Initial commit
Diffstat (limited to 'xfce4-diskperf-plugin.install')
-rw-r--r--xfce4-diskperf-plugin.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfce4-diskperf-plugin.install b/xfce4-diskperf-plugin.install
new file mode 100644
index 000000000000..6204edafc8f6
--- /dev/null
+++ b/xfce4-diskperf-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
+}
+