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