plasma-mobile-arch/plasma-mobile/plasma-mobile.install

13 lines
186 B
Text
Raw Normal View History

2024-08-09 15:36:42 +02:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}