mirror of
https://gitlab.com/mateslackbuilds/msb.git
synced 2024-12-25 21:59:36 +01:00
4f71a42df9
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
9 lines
No EOL
305 B
Bash
9 lines
No EOL
305 B
Bash
if [ -x /usr/bin/update-desktop-database ]; then
|
|
/usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1
|
|
fi
|
|
|
|
if [ -e usr/share/glib-2.0/schemas ]; then
|
|
if [ -x /usr/bin/glib-compile-schemas ]; then
|
|
/usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas >/dev/null 2>&1
|
|
fi
|
|
fi |