# Created by Tobias Powalowski install () { MODULES="" BINARIES="hwclock date ntpdate" FILES="" SCRIPT="" for i in $(find /usr/share/zoneinfo ! -type d); do add_file $i done add_file /usr/share/archboot/tz/tz /usr/bin/tz # fix licenses add_file "/usr/share/licenses/ntp/COPYRIGHT" } help () { cat<