This commit is contained in:
Ray Elliott 2023-02-17 11:06:23 +00:00
parent 1daacbb57e
commit a53722787c
1 changed files with 3 additions and 0 deletions

View File

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