debian/postrm: do not try to remove /lib/firmware/
[kinect-audio-setup.git] / 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