index
:
dpkg
debian
progress-linux
upstream
debian 12 backports: 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-1
/
DEBIAN
/
postinst
blob: ba38c67861c800edb6866443d6625d0ee5e83cc1 (
plain
)
1
2
3
4
5
6
7
#!/bin/sh
case
"
$1
"
in
configure
)
touch
"
$DPKG_ROOT
/test-dir/test-config-1"
;;
esac