~ubuntu-branches/ubuntu/vivid/inform/vivid

« back to all changes in this revision

Viewing changes to debian/doc.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-05-26 22:09:44 UTC
  • mfrom: (2.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20080526220944-ba7phz0d1k4vo7wx
Tags: 6.31.1+dfsg-1
* Remove a considerable number of files from the package
  due to unacceptable licensing terms.
* Repair library symlinks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
 
3
 
set -e
4
 
 
5
 
if [ -x /usr/bin/update-menus ]; then
6
 
  update-menus
7
 
fi
8
 
 
9
 
if [ -x /usr/sbin/install-info ]; then
10
 
  install-info --quiet \
11
 
        --section Development Development \
12
 
        --description="Infocom-style adventure game compiler" \
13
 
        /usr/info/inform.info.gz
14
 
fi