summaryrefslogtreecommitdiffstats
path: root/network/eiskaltdcpp/doinst.sh
blob: 6b75f2eda046f20ffc61063d2a5dd758db98cf97 (plain)
1
2
3
4
5
6
7
8
if [ -x /usr/bin/update-desktop-database ]; then
  /usr/bin/update-desktop-database &> /dev/null
fi

if [ -x /usr/bin/gtk-update-icon-cache ]; then
  /usr/bin/gtk-update-icon-cache  -f -q /usr/share/icons/hicolor &> /dev/null
fi