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
Raw Normal View History

2016-11-06 00:52:55 -04:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}