Removed .install file. Already satisfied by hooks

This commit is contained in:
Joan Figueras 2017-01-26 09:28:38 +01:00
parent 8a739c9fb9
commit fd52bc382c
3 changed files with 0 additions and 14 deletions

View file

@ -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

View file

@ -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

View file

@ -1,11 +0,0 @@
post_install () {
update-desktop-database -q
}
post_upgrade() {
update-desktop-database -q
}
post_remove() {
update-desktop-database -q
}