Public bug reported:

On Ubuntu Hardy Alpha 6 when installing dspam-webfrontend I received the 
following error:
Setting up dspam-webfrontend (3.6.8-6) ...
ln: target `/usr/share/dspam/templates' is not a directory
dpkg: error processing dspam-webfrontend (--configure):
 subprocess post-installation script returned error exit status 1
Errors were encountered while processing:
 dspam-webfrontend

The postinst script contains a line where a '/' is missing:
ln -sf /usr/share/dspam upstream-templates /usr/share/dspam/templates

I guess the proper command should look like this:
ln -sf /usr/share/dspam/upstream-templates /usr/share/dspam/templates

Let me know If I can help fixing this. Thanks,
Karoly Molnar

** Affects: dspam (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Broken symlink creation in post-installation script
https://bugs.launchpad.net/bugs/200040
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to