summarylogtreecommitdiffstats
path: root/frescobaldi-git.install
diff options
context:
space:
mode:
Diffstat (limited to 'frescobaldi-git.install')
-rw-r--r--frescobaldi-git.install14
1 files changed, 0 insertions, 14 deletions
diff --git a/frescobaldi-git.install b/frescobaldi-git.install
deleted file mode 100644
index 445c6c84c74a..000000000000
--- a/frescobaldi-git.install
+++ /dev/null
@@ -1,14 +0,0 @@
-post_install() {
- update-desktop-database -q
- xdg-icon-resource forceupdate
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- post_install $1
-}
-
-# vim:set ts=2 sw=2 et: