diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:23:03 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-05-05 18:23:03 +0000 |
commit | 6e5748974e9d392fb7c74f6210dd290354542fe2 (patch) | |
tree | a92ec676d24d2cc5ef2fefe19380802ce6b90ecc /debian/postinst.in | |
parent | Adding issue files for Progress Linux. (diff) | |
download | base-files-6e5748974e9d392fb7c74f6210dd290354542fe2.tar.xz base-files-6e5748974e9d392fb7c74f6210dd290354542fe2.zip |
Adding motd file for Progress Linux.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/postinst.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/postinst.in b/debian/postinst.in index 1d35ee1..5167137 100644 --- a/debian/postinst.in +++ b/debian/postinst.in @@ -116,6 +116,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 |