summarylogtreecommitdiffstats
path: root/xfce4-clipman-plugin.install
diff options
context:
space:
mode:
authorMatt Parnell2016-10-04 20:01:34 -0500
committerMatt Parnell2016-10-04 20:01:34 -0500
commite0081d44c17b4fe45e14ceb77adeec2376a87f0d (patch)
tree5247696c2d1371a9b80e29d8e19442c3b4cc5034 /xfce4-clipman-plugin.install
downloadaur-e0081d44c17b4fe45e14ceb77adeec2376a87f0d.tar.gz
initial commit
Diffstat (limited to 'xfce4-clipman-plugin.install')
-rw-r--r--xfce4-clipman-plugin.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/xfce4-clipman-plugin.install b/xfce4-clipman-plugin.install
new file mode 100644
index 000000000000..6204edafc8f6
--- /dev/null
+++ b/xfce4-clipman-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
+}
+