desktop/scribus/scribus.install
2018-12-30 17:21:26 +01:00

13 lines
190 B
Plaintext

post_install() {
echo "update desktop mime database..."
update-mime-database usr/share/mime > /dev/null 2>&1
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}