post_install() { echo 'ldm expects a config file at /etc/conf.d/ldm containing your user and group id (uid and gid respectively).' echo 'Just add those two lines into it:' echo 'USER_GID=' echo 'USER_UID=' } post_upgrade() { post_install }