mkdir -p './systemd/network'
mkdir -p './systemd/user'
mkdir -p './udev/hwdb.d'
+mkdir -p './update-manager/release-upgrades.d'
+mkdir -p './update-notifier'
mkdir -p './usb_modeswitch.d'
maybe chmod 0755 '.'
maybe chmod 0700 '.etckeeper'
maybe chmod 0644 'apt/apt.conf.d/01autoremove'
maybe chmod 0444 'apt/apt.conf.d/01autoremove-kernels'
maybe chmod 0644 'apt/apt.conf.d/05etckeeper'
+maybe chmod 0644 'apt/apt.conf.d/10periodic'
+maybe chmod 0644 'apt/apt.conf.d/15update-stamp'
+maybe chmod 0644 'apt/apt.conf.d/20archive'
maybe chmod 0644 'apt/apt.conf.d/20dbus'
maybe chmod 0644 'apt/apt.conf.d/20packagekit'
maybe chmod 0644 'apt/apt.conf.d/20snapd.conf'
maybe chmod 0644 'apt/apt.conf.d/90mintsystem'
maybe chmod 0644 'apt/apt.conf.d/99needrestart'
maybe chmod 0644 'apt/apt.conf.d/99synaptic'
+maybe chmod 0644 'apt/apt.conf.d/99update-notifier'
maybe chmod 0755 'apt/auth.conf.d'
maybe chmod 0644 'apt/google.gpg-key2.pub'
maybe chmod 0644 'apt/launchpad-ppa.ubuntu-webupd8team.gpg-key2.pub'
maybe chmod 0755 'cron.daily/mlocate'
maybe chmod 0755 'cron.daily/passwd'
maybe chmod 0755 'cron.daily/ubuntu-advantage-tools'
+maybe chmod 0755 'cron.daily/update-notifier-common'
maybe chmod 0755 'cron.hourly'
maybe chmod 0644 'cron.hourly/.placeholder'
maybe chmod 0755 'cron.monthly'
maybe chmod 0644 'cron.weekly/.placeholder'
maybe chmod 0755 'cron.weekly/0anacron'
maybe chmod 0755 'cron.weekly/man-db'
+maybe chmod 0755 'cron.weekly/update-notifier-common'
maybe chmod 0644 'crontab'
maybe chmod 0755 'cruft'
maybe chmod 0755 'cruft/filters-unex'
maybe chmod 0644 'ufw/ufw.conf'
maybe chmod 0640 'ufw/user.rules'
maybe chmod 0640 'ufw/user6.rules'
+maybe chmod 0755 'update-manager'
+maybe chmod 0644 'update-manager/meta-release'
+maybe chmod 0644 'update-manager/release-upgrades'
+maybe chmod 0755 'update-manager/release-upgrades.d'
maybe chmod 0755 'update-motd.d'
maybe chmod 0755 'update-motd.d/00-header'
maybe chmod 0755 'update-motd.d/10-help-text'
maybe chmod 0755 'update-motd.d/50-motd-news'
maybe chmod 0755 'update-motd.d/80-esm'
maybe chmod 0755 'update-motd.d/80-livepatch'
+maybe chmod 0755 'update-motd.d/90-updates-available'
+maybe chmod 0755 'update-motd.d/91-release-upgrade'
+maybe chmod 0755 'update-motd.d/95-hwe-eol'
+maybe chmod 0755 'update-motd.d/98-fsck-at-reboot'
+maybe chmod 0755 'update-motd.d/98-reboot-required'
+maybe chmod 0755 'update-notifier'
maybe chmod 0644 'updatedb.conf'
maybe chmod 0755 'upstream-release'
maybe chmod 0644 'upstream-release/lsb-release'
--- /dev/null
+# Default behavior for the release upgrader.
+
+[DEFAULT]
+# Default prompting behavior, valid options:
+#
+# never - Never check for, or allow upgrading to, a new release.
+# normal - Check to see if a new release is available. If more than one new
+# release is found, the release upgrader will attempt to upgrade to
+# the supported release that immediately succeeds the
+# currently-running release.
+# lts - Check to see if a new LTS release is available. The upgrader
+# will attempt to upgrade to the first LTS release available after
+# the currently-running one. Note that if this option is used and
+# the currently-running release is not itself an LTS release the
+# upgrader will assume prompt was meant to be normal.
+Prompt=lts