diff options
author | Edinaldo P. Silva <edps.mundognu@gmail.com> | 2017-01-17 05:57:00 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-20 19:35:19 +0700 |
commit | e3ea657b230bd7add62d3423613fcc29e562b7fb (patch) | |
tree | 2323822bceed5e380b459c0e5f634893cfa0e010 /desktop/numix-sx-theme/doinst.sh | |
parent | 883b55198c24a193d8ac12dbe3d05575f78201e6 (diff) | |
download | slackbuilds-e3ea657b230bd7add62d3423613fcc29e562b7fb.tar.gz |
desktop/numix-sx-theme: Added (Numix theme for Cinnamon/Gnome).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/numix-sx-theme/doinst.sh')
-rw-r--r-- | desktop/numix-sx-theme/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/desktop/numix-sx-theme/doinst.sh b/desktop/numix-sx-theme/doinst.sh new file mode 100644 index 0000000000..aea0f894eb --- /dev/null +++ b/desktop/numix-sx-theme/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 -f usr/share/icons/hicolor >/dev/null 2>&1 + fi +fi |