summaryrefslogtreecommitdiff
path: root/update-me.in
diff options
context:
space:
mode:
Diffstat (limited to 'update-me.in')
-rw-r--r--update-me.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/update-me.in b/update-me.in
index a2210a4..d9b50c4 100644
--- a/update-me.in
+++ b/update-me.in
@@ -66,8 +66,8 @@ if command -v check-kernel >/dev/null; then
postCmds+=('check-kernel -r')
fi
-if command -v /usr/share/archlinux/contrib/admin/checkservices >/dev/null; then
- postCmds+=(/usr/share/archlinux/contrib/admin/checkservices)
+if command -v checkservices >/dev/null; then
+ postCmds+=(checkservices)
fi
command_needs_root() {