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
set -e
set -x
rm -rf tint2* 2>/dev/null || true
if [ ! -z "$1" ]
then
MINOR="$1"