repo.or.cz
/
dpkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Dpkg::Vendor::Debian: Move time64 buildflags feature from future to abi
[dpkg.git]
/
tests
/
t-triggers-selfcycle
/
pkg-trigger-unpack
/
DEBIAN
/
postinst
blob
4039f5b1eb57294935c4814d50a0855e80281d22
1
#!/bin/sh
2
set -e
3
4
case
"
$1
"
in
5
triggered
)
6
echo
"Pass: triggers processed"
7
;;
8
esac
9
10
exit
0