~ubuntu-branches/ubuntu/trusty/openmsx-catapult/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/prerm.debhelper

  • Committer: Package Import Robot
  • Author(s): Bas Wijnen
  • Date: 2012-03-10 21:02:43 UTC
  • mfrom: (1.1.9)
  • Revision ID: package-import@ubuntu.com-20120310210243-nw3one5djsnqx18q
Tags: 0.8.2-1
* New upstream release. (Closes: #662971)
* New maintainer, update packaging.
* Upgrade standards version to 3.9.3. (No changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Automatically added by dh_installdocs
2
 
if [ "$1" = remove ] || [ "$1" = upgrade ] && \
3
 
   which install-docs >/dev/null 2>&1; then
4
 
        install-docs -r openmsx-catapult
5
 
fi
6
 
# End automatically added section