little fixes and progress on tray
This commit is contained in:
10
data/networkmanager/99_update_pamac_tray
Executable file
10
data/networkmanager/99_update_pamac_tray
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/sh
|
||||
|
||||
INTERFACE=$1 # The interface which is brought up or down
|
||||
STATUS=$2 # The new state of the interface
|
||||
|
||||
case "$STATUS" in
|
||||
'up') # $INTERFACE is up
|
||||
pamac-check-updates
|
||||
;;
|
||||
esac
|
Reference in New Issue
Block a user