mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-23 18:14:51 +08:00
scribus: switch to pacman hooks #74
This commit is contained in:
parent
a6e88efeda
commit
913b3d3188
@ -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"
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user