1
0
mirror of https://github.com/moparisthebest/arch-ppa synced 2024-08-13 15:43:47 -04:00
arch-ppa/src/swift/swift-im.install

13 lines
165 B
Plaintext

post_install() {
xdg-icon-resource forceupdate --theme hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}