~ubuntu-branches/ubuntu/lucid/openssl/lucid-security

« back to all changes in this revision

Viewing changes to debian/ssleay.prerm

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Martin
  • Date: 2004-05-24 17:02:29 UTC
  • Revision ID: james.westby@ubuntu.com-20040524170229-sf84yrrbpxjjeiqv
Tags: 0.9.7d-3
rename -pic.a libraries to _pic.a (closes: #250016)

Show diffs side-by-side

added added

removed removed

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