# this should be done in xinitrc
##### clean all old entries from pinboard -- the "dirty" way, before Rox starts
PINFILE=$HOME/Choices/ROX-Filer/PuppyPin
grep -E -v '>/mnt/[a-z]?[[:alnum:]]+<' $PINFILE >$PINFILE.tmp
mv -f $PINFILE.tmp $PINFILE
#####

/etc/HotPup/HotPup.sh all &
