~jon-raiford/mythbuntu/lirc

« back to all changes in this revision

Viewing changes to debian/lirc.postinst

  • Committer: Mario Limonciello
  • Date: 2009-06-18 00:22:53 UTC
  • Revision ID: superm1@ubuntu.com-20090618002253-2wpkeqeahu8vic61
drop a few more references to pvr150 stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
315
315
                        if [ ! -z "TRANSMITTER_MODULES" -a "$TRANSMITTER_MODULES" = "$REMOTE_MODULES" ] || [ ! -z "$TRANSMITTER_DRIVER" -a "$TRANSMITTER_DRIVER" = "$REMOTE_DRIVER" ]; then
316
316
                                TRANSMITTER_DEVICE=""
317
317
                                TRANSMITTER_DRIVER=""
318
 
                        #corner case for pvr-150's transmitter
319
 
                        elif [ "$REMOTE_MODULES" = "lirc_dev lirc_i2c" ] && [ "$TRANSMITTER_MODULES" = "lirc_dev lirc_pvr150" ]; then
320
 
                                REMOTE_MODULES="$TRANSMITTER_MODULES"
321
 
                                TRANSMITTER_DEVICE=""
322
 
                                TRANSMITTER_DRIVER=""
323
 
                                TRANSMITTER_MODULES=""
324
318
                        #if they aren't the same driver/device, we needed a remote module and we need a transmitter kernel module
325
319
                        elif [ "$REMOTE_DEVICE" = "/dev/lirc0" ] && [ ! -z "$TRANSMITTER_MODULES" ]; then
326
320
                                TRANSMITTER_DEVICE="/dev/lirc1"