tanglet: switch to pacman hooks (#73 and #74)

This commit is contained in:
Francesco Marinucci 2018-12-06 18:58:52 +01:00
parent 71a6025f6b
commit ee03ecb824
2 changed files with 2 additions and 15 deletions

View File

@ -1,14 +1,13 @@
pkgname=tanglet
pkgver=1.5.3
pkgrel=1
pkgrel=2
pkgdesc="A single player word finding game based on Boggle"
arch=('i686' 'x86_64')
arch=('x86_64')
url="http://gottcode.org/${pkgname}/"
license=('GPL3')
depends=('qt5-base' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils')
makedepends=('qt5-tools')
categories=('games')
install=${pkgname}.install
source=("http://gottcode.org/${pkgname}/${pkgname}-${pkgver}-src.tar.bz2")
sha256sums=('e3b3380edeea843dac9144128bf8272da95a1ac4805f6ecced8c4e9f76ab1291')

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
}