summaryrefslogtreecommitdiffstats
path: root/debian/postinst.in
diff options
context:
space:
mode:
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 499f41a..5dcb796 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