summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Husmann2016-06-08 21:22:07 +0200
committerStefan Husmann2016-06-08 21:22:07 +0200
commit6aa6a4df1e3b2a7996cc3e921d6daf1562268928 (patch)
treecfd02cb792ca54df18f033c8852b267867814b1b
parentf31862557d0adfdd6056bac36a32e6f0021734af (diff)
downloadaur-6aa6a4df1e3b2a7996cc3e921d6daf1562268928.tar.gz
remove install file
-rw-r--r--.SRCINFO2
-rw-r--r--arora.install14
2 files changed, 1 insertions, 15 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9abd7942e4d7..22a7848b554d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,5 +1,5 @@
# Generated by mksrcinfo v8
-# Wed Jun 8 19:18:35 UTC 2016
+# Wed Jun 8 19:22:07 UTC 2016
pkgbase = arora-git
pkgdesc = A lightweight, cross-platform Qt4 WebKit browser
pkgver = 0.11.0.21.g7c7514d
diff --git a/arora.install b/arora.install
deleted file mode 100644
index 340fd02c4f54..000000000000
--- a/arora.install
+++ /dev/null
@@ -1,14 +0,0 @@
-pkgname=arora
-
-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"
-}