fltk rebuild (hooks)

#78
This commit is contained in:
AlmAck 2018-06-30 18:25:17 +02:00
parent 8b3e33f39c
commit 49225eab8e
2 changed files with 1 additions and 14 deletions

View File

@ -1,6 +1,6 @@
pkgname=fltk
pkgver=1.3.4
pkgrel=2
pkgrel=3
pkgdesc="Graphical user interface toolkit for X."
arch=('x86_64')
screenshot="http://www.fltk.org/images/fltk-widgets-std.png"
@ -11,7 +11,6 @@ depends=('libjpeg-turbo' 'libpng' 'libxft' 'libxinerama' 'hicolor-icon-theme'
makedepends=('mesa' 'doxygen' 'alsa-lib')
options=('!docs')
categories=('system')
install="fltk.install"
source=("http://fltk.org/pub/$pkgname/$pkgver/$pkgname-$pkgver-source.tar.gz")
md5sums=('c0e43ac259ac8c5d0f7634566e21e3f8')

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
}