summarylogtreecommitdiffstats
path: root/rage.install
diff options
context:
space:
mode:
authorDoug Newgard2014-01-22 11:08:40 -0600
committerDoug Newgard2014-01-22 11:08:40 -0600
commitb9b4062ad8ade1a483a5bd127bec95b1c0e4eda1 (patch)
tree420487c91f14df5598bd1d50967fe2c355024b64 /rage.install
downloadaur-b9b4062ad8ade1a483a5bd127bec95b1c0e4eda1.tar.gz
Initial PKGBUILD
Diffstat (limited to 'rage.install')
-rw-r--r--rage.install12
1 files changed, 12 insertions, 0 deletions
diff --git a/rage.install b/rage.install
new file mode 100644
index 000000000000..d3289ab64233
--- /dev/null
+++ b/rage.install
@@ -0,0 +1,12 @@
+post_install() {
+ update-desktop-database -q
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
+