Procházet zdrojové kódy

Merge origin/master

Raphael Schneeberger před 7 roky
rodič
revize
d21da77f74
1 změnil soubory, kde provedl 2 přidání a 23 odebrání
  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