#!/bin/sh
#Nur für das Update von einer 2.6.0 nötig, da hier gnadenlos gelöscht wird
-set -e
+#set -x
+
+(
echo " ! "`date`" Preinst $1 !" >> /tmp/lxo-erp.log
+)
if [ "$1" = "upgrade" ]; then
+ echo " ! upgrade !" >> /tmp/lxo-erp.log
cnt=`grep -c '\-e /usr/lib/lx-office-erp' /var/lib/dpkg/info/lx-office-erp.postrm`
- if ! [ $cnt == 0 ]; then
+ echo " ! $cnt !" >> /tmp/lxo-erp.log
+ if [ $cnt -gt 0 ]; then
echo "#!/bin/sh" > /var/lib/dpkg/info/lx-office-erp.postrm
echo "set -e" >> /var/lib/dpkg/info/lx-office-erp.postrm
echo "echo ' ! '`date`' postrm2 $1 !'" >> /var/lib/dpkg/info/lx-office-erp.postrm
chmod +x /var/lib/dpkg/info/lx-office-erp.postrm
+ else
+ echo " ! ok !" >> /tmp/lxo-erp.log
fi
fi
# e = exit on error
set -e
# x = xtrace
-set -x
+#set -x
FEHLER="Achtung!! Es hat ein Problem gegeben"
ERRCNT=0
fi
-tmp=`ls -r1 /etc/init.d/postgres* | head -1 -`
+PGSQL=`ls -r1 /etc/init.d/postgres* | head -1 -`
#writeln 18 1 Datenbank neu starten
$PGSQL reload