diff options
author | Erich Eckner <git@eckner.net> | 2017-03-12 11:03:13 +0100 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2017-03-12 15:35:43 +0100 |
commit | 636d7421773e3278479dfdc588fb3d241513b665 (patch) | |
tree | 163dccc2e0bb31dee021950b6393d83a4b006ffe /ldm/ldm.install | |
parent | 934158f7dd441ef4d9fde975ef6c0b3fac477009 (diff) | |
download | archlinuxewe-636d7421773e3278479dfdc588fb3d241513b665.tar.xz |
ldm neu
Diffstat (limited to 'ldm/ldm.install')
-rw-r--r-- | ldm/ldm.install | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ldm/ldm.install b/ldm/ldm.install new file mode 100644 index 000000000..d59f404a6 --- /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=<your user name>' + 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 +} |