~ubuntu-branches/ubuntu/karmic/tworld/karmic

« back to all changes in this revision

Viewing changes to debian/postinst

  • Committer: Bazaar Package Importer
  • Author(s): Gerfried Fuchs
  • Date: 2006-06-13 06:27:02 UTC
  • Revision ID: james.westby@ubuntu.com-20060613062702-um0nuam4xg3rjhbb
Tags: 1.3.0-1
Initial release (closes: #373416)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh -e
 
2
# postinst script for tworld
 
3
 
 
4
if [ "$1" != configure ]; then
 
5
        exit 0
 
6
fi
 
7
 
 
8
if [ -x /usr/bin/update-menus ]; then
 
9
        update-menus
 
10
fi