CC-2664: fix for version 1.9.1

- done
This commit is contained in:
James 2011-08-18 17:35:31 -04:00
parent 4240d45f5d
commit 66d731437a

View file

@ -1,5 +1,11 @@
#!/bin/bash #!/bin/bash
DEB=$(dpkg -s airtime 2> /dev/null | grep Status)
if [[ "$DEB" = "Status: install ok installed" ]]; then
echo -e "\nDebian package of Airtime detected. Please use the debian package to upgrade.\n"
exit 1
fi
echo -e "\n******************************** Install Begin *********************************" echo -e "\n******************************** Install Begin *********************************"
# Absolute path to this script # Absolute path to this script