summarylogtreecommitdiffstats
path: root/xrick.install
diff options
context:
space:
mode:
Diffstat (limited to 'xrick.install')
-rw-r--r--xrick.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/xrick.install b/xrick.install
new file mode 100644
index 000000000000..bd5f4e219b45
--- /dev/null
+++ b/xrick.install
@@ -0,0 +1,13 @@
+
+# apply updates for our .desktop file
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}