From a270d216897b066ea432d6e122e3a349713d4673 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Fri, 6 Dec 2013 17:59:54 +0100 Subject: [PATCH] debian/postrm: do not try to remove /lib/firmware/ /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 | 2 -- 1 file changed, 2 deletions(-) diff --git a/debian/postrm b/debian/postrm index ea092fa..eb8e315 100644 --- a/debian/postrm +++ b/debian/postrm @@ -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 -- 2.1.4