update
This commit is contained in:
parent
1daacbb57e
commit
a53722787c
3
xinitrc
3
xinitrc
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue