summaryrefslogtreecommitdiffstats
path: root/abs/extra/fceux/fceux.install
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2014-04-06 22:03:34 (GMT)
committerBritney Fransen <brfransen@gmail.com>2014-04-06 22:03:34 (GMT)
commit55bca972d1559f6874e8098297d7e1485068ef04 (patch)
treef99e8b8aa02ac67c4be01b46132283170f52a8ca /abs/extra/fceux/fceux.install
parent82f1ac842f18bec939cde31353c9e9911db7abe9 (diff)
downloadlinhes_pkgbuild-55bca972d1559f6874e8098297d7e1485068ef04.zip
linhes_pkgbuild-55bca972d1559f6874e8098297d7e1485068ef04.tar.gz
linhes_pkgbuild-55bca972d1559f6874e8098297d7e1485068ef04.tar.bz2
fceux: update to 2.2.2. closes #964
Diffstat (limited to 'abs/extra/fceux/fceux.install')
-rw-r--r--abs/extra/fceux/fceux.install10
1 files changed, 6 insertions, 4 deletions
diff --git a/abs/extra/fceux/fceux.install b/abs/extra/fceux/fceux.install
index ad97d7b..6af331e 100644
--- a/abs/extra/fceux/fceux.install
+++ b/abs/extra/fceux/fceux.install
@@ -1,13 +1,15 @@
-post_upgrade() {
+post_install() {
update-desktop-database -q
+ update-mime-database usr/share/mime &> /dev/null
+# xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
-post_install() {
- post_upgrade
+post_upgrade() {
+ post_install
}
post_remove() {
- post_upgrade
+ post_install
}
# vim:set ts=2 sw=2 et: