Merge pull request #158 from oberon2007/master

fix https://bugs.manjaro.org/index.php?do=details&task_id=14
This commit is contained in:
Philip Müller 2016-08-26 18:42:02 +02:00 committed by GitHub
commit a070046874
1 changed files with 4 additions and 2 deletions

View File

@ -5,6 +5,8 @@ STATUS=$2 # The new state of the interface
case "$STATUS" in
'up') # $INTERFACE is up
/usr/bin/pamac-refresh
;;
[[ -e /usr/bin/mhwd-live ]] && sleep 30
/usr/bin/pamac-refresh
;;
esac