many little improvements

This commit is contained in:
guinux
2013-02-27 15:15:51 +01:00
parent 6d29958378
commit 96728a14b0
7 changed files with 384 additions and 22 deletions

View File

@@ -5,6 +5,6 @@ STATUS=$2 # The new state of the interface
case "$STATUS" in
'up') # $INTERFACE is up
pamac-check-updates
/usr/bin/pamac-check-updates
;;
esac