~ubuntu-branches/ubuntu/dapper/wacom-tools/dapper

« back to all changes in this revision

Viewing changes to debian/wacom.postinst

  • Committer: Bazaar Package Importer
  • Author(s): Scott James Remnant
  • Date: 2006-04-21 11:17:47 UTC
  • Revision ID: james.westby@ubuntu.com-20060421111747-n9ymjzl9slndv828
Tags: 1:0.7.2-0ubuntu6
Add missing "|| true" in case the rmdir fails.

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
 
14
14
rm -f /etc/udev/rules.d/10-wacom.rules
15
15
rm -f /etc/hotplug.d/input/wacom.hotplug
16
 
rmdir /etc/hotplug.d/input 2>/dev/null
17
 
rmdir /etc/hotplug.d 2>/dev/null
 
16
rmdir /etc/hotplug.d/input 2>/dev/null || true
 
17
rmdir /etc/hotplug.d 2>/dev/null || true
18
18
 
19
19
#DEBHELPER#
20
20