build: drop empty scripts
This commit is contained in:
parent
51c1c2f2da
commit
1b62b9abce
@ -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
|
||||||
|
@ -1 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
@ -1 +0,0 @@
|
|||||||
#!/bin/bash -e
|
|
Loading…
Reference in New Issue
Block a user