diff options
Diffstat (limited to 'tests/t-triggers-path/pkg-trigger-cmd/DEBIAN/postinst')
-rwxr-xr-x | tests/t-triggers-path/pkg-trigger-cmd/DEBIAN/postinst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/t-triggers-path/pkg-trigger-cmd/DEBIAN/postinst b/tests/t-triggers-path/pkg-trigger-cmd/DEBIAN/postinst new file mode 100755 index 0000000..8ee3e60 --- /dev/null +++ b/tests/t-triggers-path/pkg-trigger-cmd/DEBIAN/postinst @@ -0,0 +1,5 @@ +#!/bin/sh + +set -e + +dpkg-trigger /test/trigger/trig-cmd |