~ubuntu-branches/ubuntu/hardy/debhelper/hardy-backports

« back to all changes in this revision

Viewing changes to autoscripts/postrm-udev

  • Committer: Bazaar Package Importer
  • Author(s): Joey Hess, Valery Perrin, Joey Hess
  • Date: 2006-11-12 17:32:23 UTC
  • Revision ID: james.westby@ubuntu.com-20061112173223-ywsn4e7dryfn1zg5
Tags: 5.0.42
[ Valery Perrin ]
* Update french translation with recents changes in dh_link and
  dh_installinfo

[ Joey Hess ]
* Patch from Simon Paillard to convert French manpages from utf-8 to
  ISO-8859-15. Closes: #397953

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
if [ "$1" = purge ]; then
 
2
        [ -L /etc/udev/rules.d/#PRIO##FILE# ] && \
 
3
        rm /etc/udev/rules.d/#PRIO##FILE#
 
4
fi