diff options
author | Fredy <aluque@soleta.eu> | 2018-06-14 12:26:18 +0200 |
---|---|---|
committer | Fredy <aluque@soleta.eu> | 2018-06-14 12:26:18 +0200 |
commit | 43fa7ad384cf5735b24e0bb4449ec47005faa4c9 (patch) | |
tree | e7dd2d4a360f989d16f35ac1edb24671efd855cd /installer/pkg-generator/DEBIAN/postinst | |
parent | 51e35ee44c497e8e4127ee58283c5b7fed5f034e (diff) |
#837 devel update script
Diffstat (limited to 'installer/pkg-generator/DEBIAN/postinst')
-rwxr-xr-x | installer/pkg-generator/DEBIAN/postinst | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/installer/pkg-generator/DEBIAN/postinst b/installer/pkg-generator/DEBIAN/postinst index c24a0323..8bb2317e 100755 --- a/installer/pkg-generator/DEBIAN/postinst +++ b/installer/pkg-generator/DEBIAN/postinst @@ -1255,21 +1255,6 @@ db_go || true ####### Proceso de instalaciĆ³n de OpenGnsys ##################################################################### -# test if it is already installed using old installer script - -VFILE=/opt/opengnsys/doc/VERSION.txt -if [ -f $VFILE ]; then - echo "##############################################################" - echo "ERROR: File $VFILE exists. This could" - echo "mean that OpenGnsys has been previously installed using the" - echo "installer script." - echo "This apt package is not suitable for upgrading and may break" - echo "the system. If you are shure what you are doing you could" - echo "delete or rename that file and try again" - echo "Terminating!" - echo "##############################################################" - exit 1 -fi # test if it is already installed using new debian packake |