~bkerensa/ubuntu/raring/bluez/depends-fix1

« back to all changes in this revision

Viewing changes to debian/bluez.postrm

  • Committer: Evan Broder
  • Date: 2012-03-05 19:39:40 UTC
  • Revision ID: evan@ebroder.net-20120305193940-fvtvhu37u6j9tv0e
Fix the path in the postrm

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
    ;;
25
25
 
26
26
    purge)
27
 
        if [ "$(cat bluetooth.override)" = "$(printf "# Inserted by bluez\nmanual\n")" ]; then
 
27
        if [ "$(cat /etc/init/bluetooth.override)" = "$(printf "# Inserted by bluez\nmanual\n")" ]; then
28
28
            rm -f /etc/init/bluetooth.override
29
29
        fi
30
30
    ;;