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