~ubuntu-branches/debian/sid/ocaml/sid

« back to all changes in this revision

Viewing changes to debian/ocaml-nox.postrm

  • Committer: Bazaar Package Importer
  • Author(s): Stefano Zacchiroli
  • Date: 2009-02-22 08:49:13 UTC
  • mfrom: (12.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090222084913-3i0uw2bhd0lgw0ok
* Uploading to unstable
* debian/control: bump dh-ocaml to (>= 0.4) to avoid buggy ocamlinit.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 
3
3
rm -f /usr/include/caml
4
4
 
5
 
if [ "$1" = "remove" ]; then
6
 
  if [ -x /usr/bin/ocaml-md5sums ]; then
7
 
    /usr/bin/ocaml-md5sums update
8
 
  fi
9
 
fi
 
5
# TEMPORARILY DISABLED while moving ocaml-md5sums to dh-ocaml
 
6
#if [ "$1" = "remove" ]; then
 
7
#  if [ -x /usr/bin/ocaml-md5sums ]; then
 
8
#    /usr/bin/ocaml-md5sums update
 
9
#  fi
 
10
#fi
10
11
 
11
12
#DEBHELPER#