~ubuntu-branches/ubuntu/hoary/fftw/hoary

« back to all changes in this revision

Viewing changes to debian/sfftw.postrm

  • Committer: Bazaar Package Importer
  • Author(s): James A. Treacy
  • Date: 2003-08-09 23:34:54 UTC
  • Revision ID: james.westby@ubuntu.com-20030809233454-q9uc1kfgljnibxcp
Tags: 2.1.3-16
Reuploaded to allow compilation with gcc 3.3 which will help some arches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
if [ "$1" = "remove" ]; then
 
6
  ldconfig
 
7
fi
 
8