desktop/mplayer-vaapi/mplayer-vaapi.install

9 lines
128 B
Plaintext
Raw Normal View History

2012-02-28 09:10:49 +08:00
post_install() {
update-desktop-database -q
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}