summarylogtreecommitdiffstats
path: root/snes9x-git.install
diff options
context:
space:
mode:
authorBoohbah2015-07-06 21:29:37 +0000
committerBoohbah2015-07-06 21:29:37 +0000
commita3bd15b749c9b64ba40877ee4668cda7e06ea302 (patch)
tree3a1e3c06d073f0179fa49f79b33916fe5beb8553 /snes9x-git.install
downloadaur-a3bd15b749c9b64ba40877ee4668cda7e06ea302.tar.gz
Initial import
Diffstat (limited to 'snes9x-git.install')
-rw-r--r--snes9x-git.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/snes9x-git.install b/snes9x-git.install
new file mode 100644
index 000000000000..2c88492dd59d
--- /dev/null
+++ b/snes9x-git.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+ gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove () {
+ post_install $1
+}