extra/qt4 to 4.8.7-9

This commit is contained in:
Kevin Mihelich 2016-04-28 01:00:23 +00:00
parent 306036715d
commit 59900fe1a7
2 changed files with 1 additions and 14 deletions

View file

@ -12,7 +12,7 @@
pkgname=qt4
pkgver=4.8.7
pkgrel=8
pkgrel=9
arch=('i686' 'x86_64')
url='http://qt-project.org/'
license=('GPL3' 'LGPL' 'FDL' 'custom')
@ -31,7 +31,6 @@ optdepends=('qtchooser: set the default Qt toolkit'
'libxfixes: Xfixes support'
'icu: Unicode support'
'sni-qt: StatusNotifierItem (AppIndicators) support')
install="${pkgname}.install"
options=('!distcc')
replaces=('qt<=4.8.4')
conflicts=('qt')

View file

@ -1,12 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}