pentoo-overlay/pentoo/pentoo-core/files/pentoo-updater

7 lines
182 B
Bash

#!/bin/sh
for i in /var/db/repos /var/lib/layman; do
if [ -x "${i}"/pentoo/scripts/pentoo-updater.sh ]; then
exec "${i}"/pentoo/scripts/pentoo-updater.sh
exit $?
fi
done