Update packaging script for Ubuntu

This commit is contained in:
o9000
2016-02-19 14:22:41 +01:00
parent 4ab996e796
commit f18345ede6

View File

@@ -1,7 +1,10 @@
#!/bin/bash #!/bin/bash
set -e
set -x set -x
rm -rf tint2* 2>/dev/null || true
if [ ! -z "$1" ] if [ ! -z "$1" ]
then then
MINOR="$1" MINOR="$1"