diff options
author | Reza Talebi <reza.talebi.73@outlook.com> | 2020-03-14 06:34:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-14 06:34:52 +0700 |
commit | a7756bc0da0c42617dfdeef87ddca4eca4c85329 (patch) | |
tree | 5f8c64740fd6807bdeefa20af6d73bf5c5351773 /network/windscribe/doinst.sh | |
parent | 516a405d6ab55ce3b827b9edbf41f40a2f292fa4 (diff) |
network/windscribe: Added (Browse the web privately).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/windscribe/doinst.sh')
-rw-r--r-- | network/windscribe/doinst.sh | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/network/windscribe/doinst.sh b/network/windscribe/doinst.sh new file mode 100644 index 0000000000000..50669a07b64d4 --- /dev/null +++ b/network/windscribe/doinst.sh @@ -0,0 +1,13 @@ +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 + +if [ -x /etc/rc.d/rc.windscribe ]; then + /etc/rc.d/rc.windscribe restart +fi |