mirror of
https://github.com/mac-a-r0ni/crux-xfce4.git
synced 2025-02-02 10:42:21 +01:00
7 lines
144 B
Plaintext
7 lines
144 B
Plaintext
|
#!/bin/sh
|
||
|
#
|
||
|
# post-install: install/update all glib schemas after the
|
||
|
# package installation
|
||
|
|
||
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|