bigbluebutton-Github/build/packages-template/bbb-libreoffice-docker/after-remove.sh

7 lines
92 B
Bash
Raw Normal View History

2021-08-13 18:53:18 +08:00
#!/bin/bash -e
if [ $1 == 0 ]; then
rm -rf /etc/sudoers.d/zzz-bbb-docker-libreoffice
fi