xfce4/gigolo/post-install
2024-12-25 14:57:09 -05:00

9 lines
185 B
Bash

#!/bin/sh
#
# post-install: update icon cache & desktop database
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
/usr/bin/update-desktop-database /usr/share/applications
#EOF