summarylogtreecommitdiffstats
path: root/launchpad-integration.install
diff options
context:
space:
mode:
authorMaxime Gauduin2015-06-09 12:02:42 +0200
committerMaxime Gauduin2015-06-09 12:02:42 +0200
commitd6445c14913b4d6fcaf21439ad79de4c48746dbf (patch)
tree415a364742fc4d52460cbbebb56bef174bdd88e9 /launchpad-integration.install
downloadaur-d6445c14913b4d6fcaf21439ad79de4c48746dbf.tar.gz
Initial import
Diffstat (limited to 'launchpad-integration.install')
-rw-r--r--launchpad-integration.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/launchpad-integration.install b/launchpad-integration.install
new file mode 100644
index 000000000000..44851fff35c3
--- /dev/null
+++ b/launchpad-integration.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache -ftq /usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+
+# vim: ts=2 sw=2 et: