slackbuilds_ponce/network/windscribe/doinst.sh
Reza Talebi a7756bc0da
network/windscribe: Added (Browse the web privately).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-03-14 06:34:52 +07:00

13 lines
385 B
Bash

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