Rivoreo Source Code Repositories
src.rivoreo.one
/
net
/
nginx-mbedtls
/
b23d05f88851f0388eefac296bfe84d001aeb4f0
/
.
/
debian
/
modules
/
nginx-http-push
/
tests
/
nginx-pushmodule
/
install
blob: c67dbd41951f3684db5844d2a5bc6f486b12cc1d [
file
] [
log
] [
blame
] [
raw
]
#!sh
post_install
()
{
post_upgrade
}
post_upgrade
()
{
rm
-
fv
/
etc
/
nginx
/
http
2
>
/dev/
null
ln
-
sf
/
usr
/
share
/
nginx
/
http
/
etc
/
nginx
/
html
}
post_uninstall
()
{
rm
/
etc
/
nginx
/
http
}