Sign in
nginx
/
nginx-pkgoss
/
898ea2fcb1de8e24926e401e2879491d11ef0602
/
.
/
debian
/
nginx-module.postinst.in
blob: 781e25cc62fe0753f0202c51a2389b213fa8a5ae [
file
] [
log
] [
blame
]
#!/bin/sh
set
-
e
if
[
"$1"
!=
"configure"
];
then
exit
0
fi
%%
MODULE_POST
%%
#DEBHELPER#
exit
0