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

  1. #! /bin/sh -e
  2.  
  3. case "$1" in
  4.     configure)
  5.     docdir=/usr/share/doc/openoffice.org-java-common
  6.     if [ -d $docdir ] && [ ! -h $docdir ]; then
  7.         rm -rf $docdir
  8.         ln -s openoffice.org-common $docdir
  9.     fi
  10. esac
  11.  
  12.  
  13. #! /bin/sh -e
  14.  
  15. case "$1" in
  16.     configure)
  17.     docdir=/usr/share/doc/openoffice.org-java-common
  18.     if [ -d $docdir ] && [ ! -h $docdir ]; then
  19.         rm -rf $docdir
  20.         ln -s openoffice.org-common $docdir
  21.     fi
  22. esac
  23.  
  24.  
  25.