slackbuilds_ponce/network/psi-plus/doinst.sh
Dave Woodfall 963be05bd5 network/psi-plus: Added (development branch of Psi IM client).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2018-07-13 23:06:00 +01:00

8 lines
308 B
Bash

if [ -x /usr/bin/update-desktop-database ]; then
/usr/bin/update-desktop-database usr/share/applications >/dev/null 2>&1
fi
if [ -x /usr/bin/gtk-update-icon-cache ] \
&& [ -e usr/share/icons/hicolor/icon-theme.cache ]; then
/usr/bin/gtk-update-icon-cache -f usr/share/icons/hicolor >/dev/null 2>&1
fi