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