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