tetzle: switched to pacman hooks (#73 and #74)

This commit is contained in:
Francesco Marinucci 2018-12-07 16:33:05 +01:00
parent b63b2d07c8
commit ca38d93b34
2 changed files with 1 additions and 14 deletions

3
tetzle/PKGBUILD Executable file → Normal file
View File

@ -1,13 +1,12 @@
pkgname=tetzle
pkgver=2.1.3
pkgrel=1
pkgrel=2
pkgdesc="A jigsaw puzzle with tetrominoes for pieces."
arch=('x86_64')
url="http://gottcode.org/${pkgname}/"
license=('GPL3')
depends=('qt5-base')
makedepends=('qt5-tools')
install=${pkgname}.install
source=(http://gottcode.org/${pkgname}/${pkgname}-${pkgver}-src.tar.bz2)
md5sums=('df7a1a9174a3802b8738ddb3f423d0da')
screenshot='http://gottcode.org/tetzle/screenshots/small.png'

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
}