summaryrefslogtreecommitdiffstats
path: root/debian/postinst.in
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:29:08 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-07 08:29:08 +0000
commit1ec92cffc84d1d0c44aa36f11e1c1537047c0c1e (patch)
tree734649c08dacb5fe728fa012d9d765c97afd349a /debian/postinst.in
parentAdding issue files for Progress Linux. (diff)
downloadbase-files-1ec92cffc84d1d0c44aa36f11e1c1537047c0c1e.tar.xz
base-files-1ec92cffc84d1d0c44aa36f11e1c1537047c0c1e.zip
Adding motd file for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/postinst.in')
-rw-r--r--debian/postinst.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst.in b/debian/postinst.in
index 0ad4ce3..2b31ff3 100644
--- a/debian/postinst.in
+++ b/debian/postinst.in
@@ -102,6 +102,7 @@ fi
if [ "$1" = "configure" ] && [ "$2" != "" ]; then
update_to_current_default profile /etc/profile
update_to_current_default dot.profile /root/.profile
+ update_to_current_default motd /etc/motd
if dpkg --compare-versions "$2" lt-nl "7.7"; then
install_directory mnt 755 root
fi