unvanquished: switch to pacman hooks (#73)

This commit is contained in:
Francesco Marinucci 2018-12-07 17:23:49 +01:00
parent 3f39aa0e29
commit 3f4fa3795a
2 changed files with 1 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgname=unvanquished
pkgver=0.50.0
pkgrel=3
pkgrel=4
_depbasename=linux64-4
_depname="${_depbasename}.tar.bz2"

View File

@ -1,9 +1,6 @@
_update_desktop_environment() {
# update icon cache
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
# install unv:// protocol handler
update-desktop-database -q
update-mime-database /usr/share/mime >/dev/null
}