summarylogtreecommitdiffstats
path: root/rage.install
diff options
context:
space:
mode:
authorJakob Gahde2016-08-20 11:28:51 +0200
committerJakob Gahde2016-08-20 11:28:51 +0200
commit48299641ff245cca088607270fd3a9e1b69b9a8a (patch)
tree11556cf3ac8e0dd40621b3b978a11dcbebf6090b /rage.install
parentab6163ea896154429aacf040d314b7c6b239438e (diff)
downloadaur-48299641ff245cca088607270fd3a9e1b69b9a8a.tar.gz
rage 0.2.0-1: New version
Diffstat (limited to 'rage.install')
-rw-r--r--rage.install12
1 files changed, 0 insertions, 12 deletions
diff --git a/rage.install b/rage.install
deleted file mode 100644
index 780a7586f359..000000000000
--- a/rage.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- [[ -x /usr/bin/update-desktop-database ]] && update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
-