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

10 lines
274 B
Bash
Executable File

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