This commit is contained in:
Ray Elliott 2023-02-17 11:06:23 +00:00
commit a53722787c

View file

@ -35,6 +35,9 @@ if [ -f "$HOME/.xinitrc.extend" ] ; then
fi
if command -v checkupdates ; then
if [ -f "$HOME/.checkupdates" ] ; then
rm "$HOME/.checkupdates"
fi
(checkupdates > "$HOME/.checkupdates") &
fi