desktop/unetbootin/unetbootin.install
2014-06-04 23:20:25 +00:00

12 lines
121 B
Plaintext

post_install() {
xdg-icon-resource forceupdate
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}