~ubuntu-branches/ubuntu/breezy/vanessa-logger/breezy

« back to all changes in this revision

Viewing changes to debian/libvanessa-logger0.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Simon Horman
  • Date: 2004-08-29 18:48:47 UTC
  • mfrom: (0.1.1 upstream) (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20040829184847-cxmqtjoqlv3kpe8j
Tags: 0.0.7-1
Fixed gcc-3.4 build problem. (closes: Bug#262743)

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 
5
5
if [ "$1" = "configure" ]; then
6
6
    ldconfig
7
 
    if [ -d /usr/doc -a ! -e /usr/doc/libvanessa-logger0 -a -d /usr/share/doc/libvanessa-logger0 ]; then
8
 
      ln -sf ../share/doc/libvanessa-logger0 /usr/doc/libvanessa-logger0
9
 
    fi
10
7
fi