diff options
-rw-r--r-- | update-me.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/update-me.in b/update-me.in index 7112311..f5e08cb 100644 --- a/update-me.in +++ b/update-me.in @@ -146,7 +146,7 @@ if [ ${#cmds[@]} -eq 0 ] then if [ -d '#ETCDIR#/pacman.d' ] then - cmds=('pacman -Syu' 'pacdiff') + cmds=('pacman -Syu' 'pacdiff' '/usr/share/archlinux/contrib/admin/checkservices') elif [ -d '#ETCDIR#/ports' ] then cmds=('ports -u' 'prt-get --install-scripts sysup' 'rejmerge' 'revdep') |