2021-05-17 Fred Gleason <fredg@paravelsystems.com>

* Added a 'make dep' target.

Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
Fred Gleason
2021-05-17 11:12:18 -04:00
parent c85fdf3ece
commit 7e54519bdb
3 changed files with 7 additions and 3 deletions

View File

@@ -22,8 +22,10 @@
#
if test $UID = 0 ; then
if test -x /usr/bin/gtk-update-icon-cache ; then
/usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
if test -z $FAKEROOTKEY ; then
if test -x /usr/bin/gtk-update-icon-cache ; then
/usr/bin/gtk-update-icon-cache -f /usr/share/icons/hicolor
fi
fi
fi