diff options
author | Thorn Inurcide <thorn-inurcide@hotmail.com> | 2015-04-26 12:19:46 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-26 12:19:46 +0700 |
commit | d0dbe53dcae67a2dc1b89e8168070f3b5366ccc8 (patch) | |
tree | 3755b08492eaf9146f5b23371855e39e92bbf20b /system/gnome-terminal/doinst.sh | |
parent | 06429dd2e5c21786ce9d99577e5e340b3794b569 (diff) |
system/gnome-terminal: Added (GNOME terminal).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/gnome-terminal/doinst.sh')
-rw-r--r-- | system/gnome-terminal/doinst.sh | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/gnome-terminal/doinst.sh b/system/gnome-terminal/doinst.sh new file mode 100644 index 0000000000000..f4f1e418dbdc7 --- /dev/null +++ b/system/gnome-terminal/doinst.sh @@ -0,0 +1,19 @@ +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/icons/hicolor/icon-theme.cache ]; then + if [ -x /usr/bin/gtk-update-icon-cache ]; then + /usr/bin/gtk-update-icon-cache usr/share/icons/hicolor >/dev/null 2>&1 + fi +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 + +if [ -x usr/bin/rarian-sk-update ]; then + usr/bin/rarian-sk-update 1> /dev/null 2> /dev/null +fi |