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