archlinux/repo/synergy1-bin/synergy1-bin.install

14 lines
248 B
Plaintext
Raw Normal View History

2022-06-29 22:39:36 +00:00
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}
post_upgrade() {
post_install
}
post_remove() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
update-desktop-database -q
}