background preloader

source (petget - /usr/sbin) (37/41)

21 april 2018

source (petget - /usr/sbin) (37/41)

#w0910 update image cache...
if [ -f /root/.packages/${PKGNAME}.files ];then
 if [ "`grep 'usr/share/icons/hicolor' /root/.packages/${PKGNAME}.files`" != "" ];then
  gtk-update-icon-cache -f /usr/share/icons/hicolor/
 fi
fi

#master help index has to be updated...
/usr/sbin/indexgen.sh
#Reconstruct configuration files for JWM, Fvwm95, IceWM...
if [ "$INSTALLEDCAT" != "none" ];then
 /usr/sbin/fixmenus
 [ "`pidof jwm`" != "" ] && { jwm -reload || jwm -restart ; }
fi

kill $X3PID 2>/dev/null
[ ! "$DISPLAY" ] && rm -r /tmp/{remove_pets,install}_quietly 2>/dev/null

###END###

https://pastebin.com/mzZ9tWXe