remove the update script too

This commit is contained in:
fosslinux 2019-02-16 09:18:02 +11:00
parent 84f5036c12
commit b7dcb8fb2a
1 changed files with 0 additions and 8 deletions

View File

@ -1,8 +0,0 @@
#!/bin/sh
if [ -z $1 ] ; then
exit 1
fi
if grep -q $1 packages ; then
stow -R $1
fi