6 lines
156 B
Plaintext
6 lines
156 B
Plaintext
|
#!/bin/sh -e
|
||
|
# drop intermediate files not needed in the image
|
||
|
# which receive broken permissions in fakeroot environment
|
||
|
|
||
|
rm -f /etc/tcb/*/shadow{-,.lock}
|