xfce4/ristretto/post-install
2024-12-25 15:03:28 -05:00

9 lines
185 B
Bash
Executable File

#!/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