core/mplayer/mplayer.install

11 lines
122 B
Plaintext
Raw Normal View History

2012-02-28 05:40:57 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}