# Created by Tobias Powalowski install () { MODULES="" BINARIES="" FILES="" SCRIPT="arch_licenses" for i in $(find /usr/share/licenses/common ! -type d -type f); do add_file $i done } help () { cat<