Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision ba9c06f3

Von Moritz Bunkus vor mehr als 13 Jahren hinzugefügt

  • ID ba9c06f3c5eca5962f0337a3b7ee681f144e7fb7
  • Vorgänger 23a3a6c4
  • Nachfolger 70a52398

Auch Konfigurationsdatei lx_office.conf.default von /etc nach /usr/lib/... symlinken

Unterschiede anzeigen:

DEBIAN/DEBIAN/postinst
79 79
}
80 80

  
81 81
mk_links() {
82
    if ! [ -f /usr/lib/lx-office-erp/config/lx_office.conf ] ; then
83
        ln -s /etc/lx-office-erp/lx_office.conf /usr/lib/lx-office-erp/config/lx_office.conf
84
    fi
82
    for file in lx_office.conf lx_office.conf.default ; do
83
        test -f /usr/lib/lx-office-erp/config/${file} || ln -s /etc/lx-office-erp/${file} /usr/lib/lx-office-erp/config/${file}
84
    done
85 85
    if [ -e /etc/apache2 ] ; then
86 86
        if ! [ -f /etc/apache2/conf.d/lx-office-erp.apache2.conf ] ; then
87 87
            ln -s /etc/lx-office-erp/lx-office-erp.apache2.conf /etc/apache2/conf.d/lx-office-erp.apache2.conf

Auch abrufbar als: Unified diff