From 2cc8a97489efa9654b9e794717a19bb1674913a0 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sat, 15 Oct 2022 15:42:27 +0300 Subject: ldm: Adopted --- ldm/ldm.install | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 ldm/ldm.install (limited to 'ldm/ldm.install') diff --git a/ldm/ldm.install b/ldm/ldm.install new file mode 100644 index 0000000..d59f404 --- /dev/null +++ b/ldm/ldm.install @@ -0,0 +1,11 @@ +post_install() { + echo 'ldm expects a config file at /etc/ldm.conf containing your user name.' + echo 'Just add this line into it:' + echo 'MOUNT_OWNER=' + echo 'BASE_MOUNTPOINT=/mnt/' +} +post_upgrade() { + if [ ! -f /etc/ldm.conf ]; then + echo 'NOTE: The configuration file has been moved to /etc/ldm.conf' + fi +} -- cgit v1.2.3-70-g09d2