~ubuntu-branches/ubuntu/breezy/malaga/breezy

« back to all changes in this revision

Viewing changes to debian/postinst-libmalaga2

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2005-01-10 11:52:04 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050110115204-hpgncw5pb0m1t8i6
Tags: 6.13-5
debian/control (malaga-doc Recommends): Suggest gv as a
postscript-viewer instead of ghostview.  (Closes: #289701).

Show diffs side-by-side

added added

removed removed

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