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