lxqt/lxqt-config/post-install

12 lines
187 B
Plaintext
Raw Normal View History

2024-07-23 08:20:18 -04:00
#!/bin/sh
# update application db
/usr/bin/update-desktop-database /usr/share/applications
# update icon cache
gtk-update-icon-cache /usr/share/icons/hicolor
# End post install file