desktop/xbmc/xbmc.install

13 lines
150 B
Plaintext
Raw Normal View History

2010-06-08 05:54:36 +08:00
post_install() {
/usr/bin/update-desktop-database -q usr/share/applications
}
post_upgrade() {
post_install
}
post_remove() {
post_install
2010-06-08 05:54:36 +08:00
}
2011-11-29 07:17:46 +08:00