index
:
dpkg
debian
progress-linux
upstream
debian 11 backports: debian
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
t-dir-leftover-parents
/
pkg-dir-shared-notempty
/
DEBIAN
/
postrm
blob: 7906c69e56cbe9aff90eec5db6971f1d0c4ebecf (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
case
"
$1
"
in
purge
)
rm
"
$DPKG_ROOT
/test-dir/subdir/subsubdir/file"
;;
esac