aur/session-desktop.install
Antony Ho 97f318eee9 Update to 1.8.4
- Also remove the modification on nodejs dependency fix
2022-05-15 22:28:25 +02:00

13 lines
297 B
Text

post_install() {
update-desktop-database /usr/share/applications
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}
post_upgrade() {
post_install
}
post_remove() {
update-desktop-database /usr/share/applications
gtk-update-icon-cache -q -t -f usr/share/icons/hicolor
}