From 9fe9af20d3e6f65d83bb4b07d98414647aa1b45d Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Wed, 7 Oct 2020 22:10:08 +0300 Subject: [PATCH] Add /usr/share/post-upgrade/20201007.sh --- board/common/overlay/usr/share/post-upgrade/20201007.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 board/common/overlay/usr/share/post-upgrade/20201007.sh diff --git a/board/common/overlay/usr/share/post-upgrade/20201007.sh b/board/common/overlay/usr/share/post-upgrade/20201007.sh new file mode 100755 index 0000000000..b97de945db --- /dev/null +++ b/board/common/overlay/usr/share/post-upgrade/20201007.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +# remove old ntp.conf (ntpd was replaced by chrony) +rm -f /data/etc/ntp.conf