Update packaging script for Ubuntu
This commit is contained in:
parent
4ab996e796
commit
f18345ede6
1 changed files with 3 additions and 0 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
set -x
|
||||
|
||||
rm -rf tint2* 2>/dev/null || true
|
||||
|
||||
if [ ! -z "$1" ]
|
||||
then
|
||||
MINOR="$1"
|
||||
|
|
Loading…
Reference in a new issue