diff options
Diffstat (limited to '')
-rwxr-xr-x | local/bin/xsync | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/local/bin/xsync b/local/bin/xsync index fa90b24..a298633 100755 --- a/local/bin/xsync +++ b/local/bin/xsync @@ -13,8 +13,6 @@ set -e xpkg -m | sort > /tmp/xsync-installed cat ~/repository.list | sort > /tmp/xsync-spec -echo $INSTALLED - comm /tmp/xsync-spec /tmp/xsync-installed -23 > /tmp/xsync-to-install comm /tmp/xsync-spec /tmp/xsync-installed -13 > /tmp/xsync-to-remove |