summaryrefslogtreecommitdiffstats
path: root/abs/core/ldm/ldm.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/core/ldm/ldm.install')
-rw-r--r--abs/core/ldm/ldm.install9
1 files changed, 0 insertions, 9 deletions
diff --git a/abs/core/ldm/ldm.install b/abs/core/ldm/ldm.install
deleted file mode 100644
index b32f1b7..0000000
--- a/abs/core/ldm/ldm.install
+++ /dev/null
@@ -1,9 +0,0 @@
-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=<output of `id -g` ran from your user>'
- echo 'USER_UID=<output of `id -u` ran from your user>'
-}
-post_upgrade() {
- post_install
-}