mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 02:42:19 +01:00
10 lines
274 B
Bash
Executable File
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
|