~ubuntu-branches/ubuntu/hoary/malaga/hoary

« back to all changes in this revision

Viewing changes to debian/postinst-libmalaga-dev

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2004-08-20 12:58:50 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040820125850-rx9s8bn0ep8jgist
Tags: 6.13-4
This should have been urgency=high, because it is an important and
long-delayed accomodation to new upstream with a bajillion bug fixes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
package=libmalaga-dev
6
 
 
7
 
# FHS transition
8
 
if [ -d /usr/doc ]; then
9
 
   if [ ! -e /usr/doc/$package -a -d /usr/share/doc/$package ]; then
10
 
      ln -s ../share/doc/$package /usr/doc/$package
11
 
   fi
12
 
fi