15397: Remove code, configs, and docs for hosted git repo feature.
[arvados.git] / build / rails-package-scripts / step2.sh
index 41c9cd71e366ff5d14973638ad48547bcc98ba3a..4af0e4a01b8c3edf855dd15c0d21c353d4658ee5 100644 (file)
@@ -26,9 +26,6 @@ SHARED_PATH=$INSTALL_PATH/shared
 if ! type setup_extra_conffiles >/dev/null 2>&1; then
     setup_extra_conffiles() { return; }
 fi
-if ! type setup_before_nginx_restart >/dev/null 2>&1; then
-    setup_before_nginx_restart() { return; }
-fi
 
 if [ -e /run/systemd/system ]; then
     USING_SYSTEMD=1