summarylogtreecommitdiffstats
path: root/djv.install
diff options
context:
space:
mode:
Diffstat (limited to 'djv.install')
-rw-r--r--djv.install13
1 files changed, 0 insertions, 13 deletions
diff --git a/djv.install b/djv.install
deleted file mode 100644
index ec1673a2da3a..000000000000
--- a/djv.install
+++ /dev/null
@@ -1,13 +0,0 @@
-post_install() {
- update-desktop-database -q
- update-mime-database usr/share/mime &> /dev/null
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}