elinks: switched to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-28 11:17:34 +01:00
parent a96de863d4
commit bccd88a1bd
2 changed files with 2 additions and 14 deletions

View File

@ -1,8 +1,9 @@
# Forked from https://git.archlinux.org/svntogit/community.git/tree/trunk?h=packages/elinks&id=607b2e6f84a6a558d0747b636dff7799b5a470c1
pkgname=elinks
pkgver=0.13
_commit="a3751107033599b835eaafa61177c8d4dda4b7ef"
pkgrel=4
pkgrel=5
pkgdesc="An advanced and well-established feature-rich text mode web browser."
arch=("x86_64")
url="http://elinks.or.cz"
@ -10,7 +11,6 @@ license=('GPL')
depends=('bzip2' 'expat>=2.0' 'gpm>=1.20.4' 'openssl' 'lua51' 'libidn' 'js185'
'gc' 'tre' 'desktop-file-utils')
makedepends=('git')
install=elinks.install
source=("git+http://elinks.cz/elinks.git#commit=$_commit")
md5sums=('SKIP')

View File

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