desktop/qmmp/qmmp.install

13 lines
214 B
Plaintext
Raw Normal View History

2010-07-23 05:35:38 +08:00
post_install() {
which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
2014-04-07 00:35:18 +08:00
update-desktop-database -q
2010-07-23 05:35:38 +08:00
}
post_upgrade() {
post_install $1
}
post_remove() {
post_install $1
}