slackbuilds_ponce/network/choqok/doinst.sh
Matthew Miller bb23fa5496 network/choqok: Added (KDE Micro-Blogging client).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2022-10-16 08:58:07 +07:00

7 lines
258 B
Bash

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/gtk-update-icon-cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi