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