scribus: switch to pacman hooks #74

This commit is contained in:
Francesco Marinucci 2018-12-30 17:21:26 +01:00
parent a6e88efeda
commit 913b3d3188
2 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
pkgname=scribus
pkgver=1.4.7
pkgrel=1
pkgrel=2
pkgdesc="A desktop publishing program"
arch=('x86_64')
url="https://www.scribus.net"

View File

@ -2,7 +2,6 @@
post_install() {
echo "update desktop mime database..."
update-mime-database usr/share/mime > /dev/null 2>&1
update-desktop-database -q > /dev/null 2>&1
}
post_upgrade() {
post_install $1