~gandelman-a/ubuntu/quantal/liblockfile/lp941968

« back to all changes in this revision

Viewing changes to debian/prerm

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess
  • Date: 2006-01-10 01:21:31 UTC
  • Revision ID: james.westby@ubuntu.com-20060110012131-vmknu59ek3qu6a2p
Tags: 1.06.1
* Non-maintainer upload.
* Remove postinst and prerm scripts, completing the /usr/doc tarnsition.
  Closes: #322790

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh -e
2
 
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) -a -L /usr/doc/liblockfile1 ]; then
3
 
        rm -f /usr/doc/liblockfile1
4
 
fi
5