summarylogtreecommitdiffstats
path: root/gnome-pie-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'gnome-pie-git.install')
-rw-r--r--gnome-pie-git.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/gnome-pie-git.install b/gnome-pie-git.install
new file mode 100644
index 000000000000..316694d5b0af
--- /dev/null
+++ b/gnome-pie-git.install
@@ -0,0 +1,13 @@
+post_install() {
+ gtk-update-icon-cache
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
+