diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2015-05-20 19:57:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-05-20 19:57:04 +0700 |
commit | d4cce2bfd59b51527b41fff4cad29b74f1be5c5b (patch) | |
tree | 2dd91de7604fe0870568fdba6f7f9238ed7242c8 /desktop/rep-gtk/doinst.sh | |
parent | 762224df56d8669d38bec5ec0f5bb3d71d08dfa9 (diff) | |
download | slackbuilds-d4cce2bfd59b51527b41fff4cad29b74f1be5c5b.tar.gz |
desktop/rep-gtk: Added (Binding of the GTK and GDK libraries).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/rep-gtk/doinst.sh')
-rw-r--r-- | desktop/rep-gtk/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/rep-gtk/doinst.sh b/desktop/rep-gtk/doinst.sh new file mode 100644 index 0000000000..9424ce43ff --- /dev/null +++ b/desktop/rep-gtk/doinst.sh @@ -0,0 +1,13 @@ +if [ -x /usr/bin/update-desktop-database ]; then + /usr/bin/update-desktop-database -q usr/share/applications >/dev/null 2>&1 +fi + +if [ -x /usr/bin/update-mime-database ]; then + /usr/bin/update-mime-database usr/share/mime >/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 |