plasma-mobile-arch/plasma-mobile/plasma-mobile.install
2024-08-09 06:36:42 -07:00

13 lines
186 B
Text

post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}