~ubuntu-branches/ubuntu/intrepid/qgo/intrepid

« back to all changes in this revision

Viewing changes to debian/postrm

  • Committer: Bazaar Package Importer
  • Author(s): Martin A. Godisch
  • Date: 2005-01-01 23:07:10 UTC
  • Revision ID: james.westby@ubuntu.com-20050101230710-p6uwnt3w8kct4adk
Tags: 1.0.0-r2-1
New upstream release,
closes: #270206 (eats up all CPU cycles).

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
exit 0