aur/session-desktop.install
Antony Ho a30776fc87 Update to 1.8.4
- Also remove the modification on nodejs dependency fix
2023-10-10 01:32:04 +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
}