debian/postrm: do not try to remove /lib/firmware/
authorAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:59:54 +0000 (17:59 +0100)
committerAntonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:59:54 +0000 (17:59 +0100)
/lib/firmware/ is owned by udev, so it's not of our business to remove
it; actually with recent piuparts it's not even there anymore when the
package is purged as udev is removed before kinect-audio-setup.

debian/postrm

index ea092fa..eb8e315 100644 (file)
@@ -8,8 +8,6 @@ set -e
 case "$1" in
     purge)
         rm -rf /lib/firmware/kinect
-        # Because piuparts complains about /lib/firmware still there
-        rmdir --ignore-fail-on-non-empty -p /lib/firmware/
 
         if [ -e /usr/share/debconf/confmodule ];
         then