slackbuilds_ponce/network/nicotine+/doinst.sh
Audrius Kažukauskas 7345152def network/nicotine+: Updated for version 1.4.0.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
2017-02-11 07:24:43 +07:00

10 lines
323 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 [ -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