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, 14 insertions, 0 deletions
diff --git a/frescobaldi-git.install b/frescobaldi-git.install
new file mode 100644
index 000000000000..445c6c84c74a
--- /dev/null
+++ b/frescobaldi-git.install
@@ -0,0 +1,14 @@
+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: