~ubuntu-branches/ubuntu/warty/crossfire-client/warty

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Jaakko Niemi
  • Date: 2003-11-15 22:42:35 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20031115224235-ib30cdn3dvr5ptle
Tags: 1.6.0-2
* update config.{guess,sub} and slap self (closes: 218684)
* small patch to x11/png.c to fix segfault (closes: #218015, #218674)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
 
if [ "$1" = "configure" ]; then
4
 
        if [ -d /usr/doc -a ! -e /usr/doc/crossfire-client -a -d /usr/share/doc/crossfire-client ]; then
5
 
                ln -s ../share/doc/crossfire-client /usr/doc/crossfire-client-gtk
6
 
                ln -s ../share/doc/crossfire-client /usr/doc/crossfire-client-x11
7
 
                ln -s ../share/doc/crossfire-client /usr/doc/crossfire-client
8
 
        fi
9
 
fi
10
 
 
11
3
#DEBHELPER#