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