summarylogtreecommitdiffstats
path: root/launchpad-integration.install
diff options
context:
space:
mode:
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: