prepare_install &&

# Install the main bash-preexec script to /etc/profile.d/ for automatic loading
install -Dm644 bash-preexec.sh /etc/profile.d/bash-preexec.rc &&

# Install documentation
install -Dm644 README.md /usr/share/doc/$MODULE/README.md
