desktop/unetbootin/unetbootin.install

12 lines
121 B
Plaintext
Raw Normal View History

2014-06-05 07:20:25 +08:00
post_install() {
xdg-icon-resource forceupdate
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}