desktop/scribus/scribus.install

14 lines
228 B
Plaintext
Raw Normal View History

2010-06-12 06:08:30 +08:00
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
}