build: drop empty scripts

This commit is contained in:
Anton Georgiev 2022-03-06 03:47:34 +00:00
parent 51c1c2f2da
commit 1b62b9abce
4 changed files with 0 additions and 3 deletions

View File

@ -76,7 +76,6 @@ HERE
fpm -s dir -C ./staging -n $PACKAGE \ fpm -s dir -C ./staging -n $PACKAGE \
--version $VERSION --epoch $EPOCH \ --version $VERSION --epoch $EPOCH \
--after-install after-install.sh \ --after-install after-install.sh \
--after-remove after-remove.sh \
--description "BigBlueButton configuration utilities" \ --description "BigBlueButton configuration utilities" \
$DIRECTORIES \ $DIRECTORIES \
$OPTS $OPTS

View File

@ -1 +0,0 @@
#!/bin/bash -e