~ubuntu-branches/debian/sid/puppet-module-joshuabaird-ipaclient/sid

« back to all changes in this revision

Viewing changes to debian/puppet-module-joshuabaird-ipaclient.postrm

  • Committer: Package Import Robot
  • Author(s): Thomas Goirand
  • Date: 2018-03-20 14:50:55 UTC
  • Revision ID: package-import@ubuntu.com-20180320145055-79ux57caac3wzdiw
Tags: 2.5.2-1
Initial release (Closes: #893616).

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "${1}" = "remove" ] || [ "${1}" = "disappear" ]; then
 
6
        update-alternatives --remove puppet-module-ipaclient /usr/share/puppet/modules.available/joshuabaird-ipaclient
 
7
fi
 
8
 
 
9
#DEBHELPER#
 
10
 
 
11
exit 0