desktop/scribus/scribus.install
2010-06-11 22:08:30 +00:00

14 lines
228 B
Plaintext

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