summaryrefslogtreecommitdiffstats
path: root/abs/extra/fceux/fceux.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-11-26 15:36:18 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-11-26 15:36:18 (GMT)
commit59aee5f62813dd69aa7a9896bf380d8828eaa855 (patch)
treefc50576e67b24120b58c9c097d0864876dc9da7d /abs/extra/fceux/fceux.install
parentb9b5401f69b3471813c44d11072dcb1a0cf5ea36 (diff)
downloadlinhes_pkgbuild-59aee5f62813dd69aa7a9896bf380d8828eaa855.zip
linhes_pkgbuild-59aee5f62813dd69aa7a9896bf380d8828eaa855.tar.gz
linhes_pkgbuild-59aee5f62813dd69aa7a9896bf380d8828eaa855.tar.bz2
fceux: updated from ABS no version change
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: