mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-01-22 22:52:20 +01:00
8 lines
207 B
Bash
Executable File
8 lines
207 B
Bash
Executable File
#!/bin/sh
|
|
#
|
|
# post-install: install/update all glib schemas & update icon cache
|
|
|
|
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas/
|
|
/usr/bin/gtk-update-icon-cache /usr/share/icons/hicolor
|
|
|
|
#EndOfFile |