4 # see: dh_installdeb(1)
8 # summary of how this script can be called:
10 # * <old-prerm> `upgrade' <new-version>
11 # * <new-prerm> `failed-upgrade' <old-version>
12 # * <conflictor's-prerm> `remove' `in-favour' <package> <new-version>
13 # * <deconfigured's-prerm> `deconfigure' `in-favour'
14 # <package-being-installed> <version> `removing'
15 # <conflicting-package> <version>
16 # for details, see http://www.debian.org/doc/debian-policy/ or
17 # the debian-policy package
19 OMD
="omd-###OMD_VERSION###"
23 # Make sure no sites use that version
24 for link
in /omd
/sites
/*/version
26 target
=$
(readlink
$link 2>/dev
/null
) ||
continue
28 if [ "$version" = "###OMD_VERSION###" ]
30 site
=${link#/omd/sites/}
32 echo "Site $site is still using this version!" >&2
45 echo "prerm called with unknown argument \`$1'" >&2
50 # dh_installdeb will replace this with shell code automatically
51 # generated by other debhelper scripts.
55 update-alternatives
--remove omd
/omd
/versions
/###OMD_VERSION###