~libravatar/libravatar/master

« back to all changes in this revision

Viewing changes to debian/libravatar-master.postrm

  • Committer: Francois Marier
  • Date: 2012-09-29 00:09:04 UTC
  • Revision ID: git-v1:2c5259dfaf4a06524cfed192dea059424c292d53
Pull the deployment code into a separate libravatar-deployment package (LP: #1049622)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
 
# postrm script for libravatar-master
3
2
#
4
3
# see: dh_installdeb(1)
5
4
 
24
23
case "$1" in
25
24
    remove|abort-install|disappear)
26
25
        deluser libravatar-master || true
27
 
        delgroup libravatar-deployment || true
28
26
    ;;
29
27
 
30
28
    purge)