~ubuntu-branches/ubuntu/saucy/libhdf4/saucy

« back to all changes in this revision

Viewing changes to debian/libhdf4-doc.prerm

  • Committer: Package Import Robot
  • Author(s): Francesco Paolo Lovergine
  • Date: 2012-02-24 11:48:02 UTC
  • mfrom: (13.1.3 sid)
  • Revision ID: package-import@ubuntu.com-20120224114802-oepxnezt8hr7110y
Tags: 4.2r4-13
* Patched 64bit to manage s390x.
  (closes: #638371)
* Moved to git for co-maintainance. Vcs-* fields changed for that.
* Patched autotools.patch and shared_fortran.patch to support hurd-i386.
  (closes: #639287)
* Now using libjpeg8-dev as a non virtual suggestion for b-ds. 
* Policy bumped to 3.9.3: removed prerm for libhdf4-doc with its
  install-doc explict calls, now superfluos.
* Changed short description to include format version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
set -eu
3
 
 
4
 
# Doc-base support
5
 
if [ "$1" = "upgrade" -o "$1" = "remove" ]; then
6
 
  if command -v install-docs >/dev/null 2>&1
7
 
  then
8
 
    install-docs -r libhdf4-ref
9
 
    install-docs -r libhdf4-user
10
 
  fi
11
 
fi
12
 
 
13
 
#DEBHELPER#