~ubuntu-branches/ubuntu/natty/ratmenu/natty

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Walther
  • Date: 2005-03-30 23:54:52 UTC
  • mfrom: (1.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20050330235452-ml5qm7wy12in9u39
Tags: 2.3.5
Fixed insufficiently initialized variable.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
 
1
#!/bin/sh
 
2
set -e
2
3
 
3
 
if [ "$1" = "configure" ]; then
4
 
  if [ -d /usr/doc -a ! -e /usr/doc/ratmenu -a -d /usr/share/doc/ratmenu ]; then
5
 
   ln -sf ../share/doc/ratmenu /usr/doc/ratmenu
6
 
  fi
7
 
fi
 
4
#DEBHELPER#