summarylogtreecommitdiffstats
path: root/tuxracer.install
diff options
context:
space:
mode:
Diffstat (limited to 'tuxracer.install')
-rw-r--r--tuxracer.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/tuxracer.install b/tuxracer.install
new file mode 100644
index 000000000000..930d9be7832d
--- /dev/null
+++ b/tuxracer.install
@@ -0,0 +1,16 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/pixmaps
+}
+
+pre_upgrade() {
+ post_install $1
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}