summarylogtreecommitdiffstats
path: root/brave.install
diff options
context:
space:
mode:
authorP.A. López-Valencia2016-04-27 09:50:26 -0500
committerP.A. López-Valencia2016-04-27 09:50:26 -0500
commit290cc9361aaa9b21ad61dcc1ddd6ccd352ad8066 (patch)
treebe778aa678aca9bac4993e11ad288048f506989d /brave.install
parent9f9061f44ee0f015d8c6a8b70b9df8cf38abe6c2 (diff)
downloadaur-290cc9361aaa9b21ad61dcc1ddd6ccd352ad8066.tar.gz
Finally dropping that ugly install file. Hooks baby!
Diffstat (limited to 'brave.install')
-rw-r--r--brave.install25
1 files changed, 0 insertions, 25 deletions
diff --git a/brave.install b/brave.install
deleted file mode 100644
index 65a3d4eeb4d3..000000000000
--- a/brave.install
+++ /dev/null
@@ -1,25 +0,0 @@
-pkgname=brave-browser-bin
-
-post_install() {
- # /usr/sbin/gconfpkg --install "$pkgname"
- update-desktop-database -q
-}
-
-pre_upgrade() {
- pre_remove "$1"
-}
-
-post_upgrade() {
- post_install "$1"
-}
-
-pre_remove() {
- #/usr/sbin/gconfpkg --uninstall "$pkgname"
- exit 0
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et: