summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
-rw-r--r--abrowser.install11
3 files changed, 0 insertions, 14 deletions
diff --git a/.SRCINFO b/.SRCINFO
index baff605b6886..bc05da74aa5f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -3,7 +3,6 @@ pkgbase = abrowser-bin
pkgver = 50.1.0
pkgrel = 1
url = https://trisquel.info/en/wiki/abrowser-help
- install = abrowser.install
arch = i686
arch = x86_64
license = MPL
diff --git a/PKGBUILD b/PKGBUILD
index d1fd7c9d6b57..cb9a3a9fd3ce 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -12,8 +12,6 @@ depends=('gtk2' 'gtk3' 'gcc-libs' 'libidl2' 'mozilla-common' 'nss>=3.12.10' 'lib
'alsa-lib' 'libevent' 'sqlite3>=3.7.4' 'libnotify' 'desktop-file-utils'
'libvpx' 'lcms' 'nspr>=4.8.8' 'libevent' 'libpng' 'cairo')
-install=abrowser.install
-
s_pkgname=abrowser
build=build2
ubuntu_ver=14.04.1
diff --git a/abrowser.install b/abrowser.install
deleted file mode 100644
index db2a6f475e53..000000000000
--- a/abrowser.install
+++ /dev/null
@@ -1,11 +0,0 @@
-post_install () {
- update-desktop-database -q
-}
-
-post_upgrade() {
- update-desktop-database -q
-}
-
-post_remove() {
- update-desktop-database -q
-}