aur/mcrecover.install
2014-07-20 19:20:26 +02:00

12 lines
149 B
Text

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_update() {
post_install
}
post_remove() {
post_install
}