xfce4/xfce4-screensaver/post-install
2024-06-13 05:34:56 -04:00

9 lines
198 B
Bash

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