Merge branch 'upstream', fai 5.4
[automated-distro-installer] / fai / config / scripts / LAST / 50-misc
index 8ae015c082ee24a5ded245b23a24958e6e82de39..459b4de92aef13687a67174cbe2e927dda5a8fca 100755 (executable)
@@ -45,7 +45,8 @@ if [ $do_init_tasks -eq 1 ] ; then
 fi
 
 # Make sure everything is configured properly
-if ifclass DEBIAN ; then
+if ifclass DEBIAN || ifclass UBUNTU; then
+        echo "Running \"apt-get -f install\" for the last time."
         $ROOTCMD apt-get -f install
 fi