summaryrefslogtreecommitdiffstats
path: root/abs/core/ldm/ldm.install
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-12-17 20:07:16 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-12-17 20:07:16 (GMT)
commitbe7c2fff132b68a5ce1154786c5a471f6016b674 (patch)
treef6078da024c20e57e3e1f666404153a740548e1f /abs/core/ldm/ldm.install
parentdeae37234a7a6bcadffff2a79646c8df99ca6402 (diff)
downloadlinhes_pkgbuild-be7c2fff132b68a5ce1154786c5a471f6016b674.zip
linhes_pkgbuild-be7c2fff132b68a5ce1154786c5a471f6016b674.tar.gz
linhes_pkgbuild-be7c2fff132b68a5ce1154786c5a471f6016b674.tar.bz2
ldm: removed ldm
refs #883
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
-}