~ubuntu-branches/ubuntu/utopic/chasen/utopic

« back to all changes in this revision

Viewing changes to debian/libchasen0.postinst

  • Committer: Bazaar Package Importer
  • Author(s): NOKUBI Takatsugu
  • Date: 2002-03-01 09:02:38 UTC
  • Revision ID: james.westby@ubuntu.com-20020301090238-971hsa5kkb3kj4q2
Tags: 2.2.9-3
* Fixed missing some executable files issue, Closes: #136042.

* Changed the description of the pacakge.

Show diffs side-by-side

added added

removed removed

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