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
}