~ubuntu-branches/ubuntu/raring/blitz++/raring

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Konstantinos Margaritis
  • Date: 2005-02-28 20:25:01 UTC
  • mfrom: (2.1.2 hoary)
  • Revision ID: james.westby@ubuntu.com-20050228202501-3i4f2sknnprsqfhz
Tags: 1:0.8-4
Added missing build-depends (Closes: #297323)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
 
6
6
#DEBHELPER#
7
7
 
8
 
# Set up links from /usr/share/doc to /usr/doc
9
 
 
10
 
if [ "$1" = configure ]; then
11
 
        if [ -d /usr/doc -a ! -e /usr/doc/$PACKAGE \
12
 
             -a -d /usr/share/doc/$PACKAGE ]; then
13
 
                ln -sf ../share/doc/$PACKAGE /usr/doc/$PACKAGE
14
 
        fi
15
 
fi
16
 
 
17
8
# Register HTML documentation
18
9
if [ "$1" = configure ]; then
19
10
       if command -v install-docs >/dev/null 2>&1; then