]> wagnertech.de Git - kivitendo-erp.git/commitdiff
Alte Konfigurationsdateilinks löschen
authorMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 15 Jun 2011 13:06:28 +0000 (15:06 +0200)
committerMoritz Bunkus <m.bunkus@linet-services.de>
Wed, 15 Jun 2011 13:06:28 +0000 (15:06 +0200)
DEBIAN/DEBIAN/postinst

index 05ac9e18ec254eba09f687fdcfbf849c528f14d3..11095845fe3460776531203e56af444f53d99880 100755 (executable)
@@ -82,6 +82,11 @@ mk_links() {
   for file in lx_office.conf lx_office.conf.default ; do
     test -f /usr/lib/lx-office-erp/config/${file} || ln -s /etc/lx-office-erp/${file} /usr/lib/lx-office-erp/config/${file}
   done
+  for file in lx-erp.conf authentication.pl ; do
+    if [ -f /usr/lib/lx-office-erp/config/${file} ] ; then
+      rm /usr/lib/lx-office-erp/config/${file}
+    fi
+  done
   if [ -e /etc/apache2 ] ; then
     if ! [ -f /etc/apache2/conf.d/lx-office-erp.apache2.conf ] ; then
       ln -s /etc/lx-office-erp/lx-office-erp.apache2.conf /etc/apache2/conf.d/lx-office-erp.apache2.conf