~ubuntu-branches/ubuntu/edgy/openmsx-catapult/edgy

« back to all changes in this revision

Viewing changes to debian/postinst.debhelper

  • Committer: Bazaar Package Importer
  • Author(s): Joost Yervante Damad
  • Date: 2005-08-23 09:05:48 UTC
  • Revision ID: james.westby@ubuntu.com-20050823090548-wznbu4fqrkxjrnxl
Tags: 0.5.2.2-3
compatĀ levelĀ 4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Automatically added by dh_installdocs
 
2
if [ "$1" = configure ] && which install-docs >/dev/null 2>&1; then
 
3
        install-docs -i /usr/share/doc-base/openmsx-catapult
 
4
fi
 
5
# End automatically added section
 
6
# Automatically added by dh_installmenu
 
7
if [ "$1" = "configure" ] && [ -x "`which update-menus 2>/dev/null`" ]; then
 
8
        update-menus
 
9
fi
 
10
# End automatically added section