diff --git a/tmp/postinstall b/tmp/postinstall index f1109cf..e594aa7 100644 --- a/tmp/postinstall +++ b/tmp/postinstall @@ -26,11 +26,6 @@ #Datum der letzten Änderung: $Date$ #Version der Datei: $Revision$ # -LIBINST=`grep "/opt/courier/lib/courier" /etc/ld.so.conf` -if [ ! "$LIBINST" ]; then - echo "/opt/courier/lib/courier" >>/etc/ld.so.conf -fi -ldconfig crontab -l >/tmp/crontab.$$ echo >>/tmp/crontab.$$ '10 * * * * su - bin -c "/opt/courier/share/sqwebmail/cleancache.pl" \>/dev/null 2\>&1' crontab /tmp/crontab.$$ diff --git a/tmp/postremove b/tmp/postremove index 7e0bc63..aaff3d1 100644 --- a/tmp/postremove +++ b/tmp/postremove @@ -26,9 +26,6 @@ #Datum der letzten Änderung: $Date$ #Version der Datei: $Revision$ # -sed -i -e "/^\/opt\/courier\/lib\/courier/d" /etc/ld.so.conf -sed -i -e "/^\/opt\/courier\/lib64\/courier/d" /etc/ld.so.conf -ldconfig crontab -l >/tmp/crontab.$$ sed -i -e "/\/opt\/courier\/share\/sqwebmail\/cleancache.pl/d" /tmp/crontab.$$ crontab /tmp/crontab.$$