~jon-raiford/mythbuntu/lirc

« back to all changes in this revision

Viewing changes to debian/lirc.postrm

  • Committer: Mario Limonciello
  • Date: 2007-12-29 15:58:25 UTC
  • Revision ID: supermario@portablemario-20071229155825-tyuq6q8o6ah978uy
add hardy's debian/ directory

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
. /usr/share/debconf/confmodule
 
5
 
 
6
#DEBHELPER#
 
7
 
 
8
if [ "$1" = "purge" ]; then
 
9
        [ -x /usr/sbin/update-devfsd ] && /usr/sbin/update-devfsd >&2
 
10
        rm -f /etc/modprobe.d/lirc
 
11
#       rm -f /etc/lircd.conf.old /etc/lircd.conf.new
 
12
fi
 
13
 
 
14
#debhelper may use debconf stuff and update-devfsd restarts devfsd which
 
15
#doesn't close stdin/out/err properly.
 
16
db_stop