projects
/
kinect-audio-setup.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e5abf4
)
debian/postrm: do not try to remove /lib/firmware/
author
Antonio Ospite <ospite@studenti.unina.it>
Fri, 6 Dec 2013 16:59:54 +0000
(17:59 +0100)
committer
Antonio 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
patch
|
blob
|
history
diff --git
a/debian/postrm
b/debian/postrm
index
ea092fa
..
eb8e315
100644
(file)
--- 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