Compare commits

..

No commits in common. "49f47cb990d09bb656512b8fdb0e95dcbaf6ee67" and "bdb4a90fa300366031d0d52b289ecc47f6289196" have entirely different histories.

2 changed files with 0 additions and 11 deletions

View File

@ -1,11 +0,0 @@
#!/bin/sh
_user_id=$(id -u)
if ! [ "$_user_id" -eq 0 ] ; then
echo "pacman-update-count.sh: insufficient priviliges: must be run as root"
exit 1
fi
cp ./notify-updates /usr/local/bin/
cp ./pacman-update-count /usr/local/bin/