hestiacp 7 лет назад
Родитель
Сommit
dee4993edf
1 измененных файлов с 2 добавлено и 23 удалено
  1. 2 23
      src/deb/hestia/postinst

+ 2 - 23
src/deb/hestia/postinst

@@ -5,27 +5,6 @@ if [ ! -e "/usr/local/hestia/data/users/admin" ]; then
     exit
 fi
 
-# Run SUDO trigger
-if [ -x "/usr/local/hestia/upd/add_sudo.sh" ]; then
-    /usr/local/hestia/upd/add_sudo.sh
-fi
-
-# Run Notification trigger
-if [ -x "/usr/local/hestia/upd/add_notifications.sh" ]; then
-    /usr/local/hestia/upd/add_notifications.sh
-fi
-
-# Run session save path trigger
-if [ -x "/usr/local/hestia/upd/fix_sessions.sh" ]; then
-    /usr/local/hestia/upd/fix_sessions.sh
-fi
-
-if [ -x /usr/local/hestia/upd/fix_nginx_auth.sh ]; then
-    /usr/local/hestia/upd/fix_nginx_auth.sh
-fi
-
-if [ -x /usr/local/hestia/upd/fix_roundcube.sh ]; then
-    /usr/local/hestia/upd/fix_roundcube.sh
-fi
+# upgrade routines goes here
 
-exit 0
+exit 0