bigbluebutton-Github/build/packages-template/bbb-libreoffice-docker/after-remove.sh
2021-08-13 12:53:18 +02:00

7 lines
92 B
Bash
Executable File

#!/bin/bash -e
if [ $1 == 0 ]; then
rm -rf /etc/sudoers.d/zzz-bbb-docker-libreoffice
fi