home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / var / lib / dpkg / info / libbonoboui2-common.postinst < prev    next >
Encoding:
Text File  |  2006-08-08  |  186 b   |  11 lines

  1. #! /bin/sh
  2. set -e
  3.  
  4. DOCDIR=/usr/share/gtk-doc/html/libbonoboui
  5.  
  6. if [ -d $DOCDIR -a ! -L $DOCDIR ]; then
  7.     rmdir $DOCDIR && ln -s ../../doc/libbonoboui2-common/html $DOCDIR || true
  8. fi
  9.  
  10.  
  11.