desktop/scribus/scribus.install

14 lines
236 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 > /dev/null 2>&1
update-desktop-database -q > /dev/null 2>&1
2010-06-12 06:08:30 +08:00
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}