summarylogtreecommitdiffstats
path: root/bitfighter.install
diff options
context:
space:
mode:
authorLarry Hajali2015-06-11 14:26:29 -0700
committerLarry Hajali2015-06-11 14:26:29 -0700
commit157edb79dcf8e3fe957aee6192349be527f00db8 (patch)
tree724d18a4cd5d2d7104374db7bb5903c7e26bdf66 /bitfighter.install
downloadaur-157edb79dcf8e3fe957aee6192349be527f00db8.tar.gz
Initial release
Diffstat (limited to 'bitfighter.install')
-rw-r--r--bitfighter.install11
1 files changed, 11 insertions, 0 deletions
diff --git a/bitfighter.install b/bitfighter.install
new file mode 100644
index 000000000000..5e5cfef4d9f6
--- /dev/null
+++ b/bitfighter.install
@@ -0,0 +1,11 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install $1
+}
+
+post_remove() {
+ update-desktop-database -q
+}