summarylogtreecommitdiffstats
path: root/xfce4-kbdleds-plugin.install
diff options
context:
space:
mode:
authorRaphael Scholer2015-06-13 02:39:10 +0200
committerRaphael Scholer2015-06-13 02:39:10 +0200
commita6bd7adbbc46c114b3b629ca642b45b55f19f10d (patch)
treeef8473d70a4981584157648e77e5c7cb22df2403 /xfce4-kbdleds-plugin.install
downloadaur-a6bd7adbbc46c114b3b629ca642b45b55f19f10d.tar.gz
Initial commit
Diffstat (limited to 'xfce4-kbdleds-plugin.install')
-rw-r--r--xfce4-kbdleds-plugin.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/xfce4-kbdleds-plugin.install b/xfce4-kbdleds-plugin.install
new file mode 100644
index 000000000000..375ad822c231
--- /dev/null
+++ b/xfce4-kbdleds-plugin.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+# vim:set ts=2 sw=2 et: