2010-06-12 06:08:30 +08:00
|
|
|
|
|
|
|
post_install() {
|
|
|
|
echo "update desktop mime database..."
|
2011-01-24 08:37:44 +08:00
|
|
|
update-mime-database usr/share/mime > /dev/null 2>&1
|
2010-06-12 06:08:30 +08:00
|
|
|
}
|
|
|
|
post_upgrade() {
|
|
|
|
post_install $1
|
|
|
|
}
|
|
|
|
|
|
|
|
post_remove() {
|
|
|
|
post_install $1
|
|
|
|
}
|