summaryrefslogtreecommitdiff
path: root/community-staging/rawstudio/rawstudio.install
diff options
context:
space:
mode:
Diffstat (limited to 'community-staging/rawstudio/rawstudio.install')
-rw-r--r--community-staging/rawstudio/rawstudio.install11
1 files changed, 0 insertions, 11 deletions
diff --git a/community-staging/rawstudio/rawstudio.install b/community-staging/rawstudio/rawstudio.install
deleted file mode 100644
index 261adb7b4..000000000
--- a/community-staging/rawstudio/rawstudio.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install() {
- update-desktop-database -q || true
-}
-
-post_upgrade() {
- update-desktop-database -q || true
-}
-
-post_remove() {
- update-desktop-database -q || true
-}