summarylogtreecommitdiffstats
path: root/foobar2000.install
diff options
context:
space:
mode:
Diffstat (limited to 'foobar2000.install')
-rw-r--r--foobar2000.install13
1 files changed, 13 insertions, 0 deletions
diff --git a/foobar2000.install b/foobar2000.install
new file mode 100644
index 000000000000..1950269155e8
--- /dev/null
+++ b/foobar2000.install
@@ -0,0 +1,13 @@
+post_install() {
+ update-desktop-database -q /usr/share/applications
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ post_install $1
+}
+
+# vim:set ts=2 sw=2 et: