diff options
author | James Meyer <james.meyer@operamail.com> | 2012-11-06 22:17:09 (GMT) |
---|---|---|
committer | James Meyer <james.meyer@operamail.com> | 2012-11-06 22:17:09 (GMT) |
commit | a2323eff147f149120eba563a4ed739a1ceae856 (patch) | |
tree | 2b16cbd534dad499c73ec6a60fe02e15f6177bab /abs/core/ldm/ldm.install | |
parent | 89381a83e4a0c7abf27bf69fd4048750af151671 (diff) | |
download | linhes_pkgbuild-a2323eff147f149120eba563a4ed739a1ceae856.zip linhes_pkgbuild-a2323eff147f149120eba563a4ed739a1ceae856.tar.gz linhes_pkgbuild-a2323eff147f149120eba563a4ed739a1ceae856.tar.bz2 |
ldm: used to automount usb devices:
refs #866
Diffstat (limited to 'abs/core/ldm/ldm.install')
-rw-r--r-- | abs/core/ldm/ldm.install | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/abs/core/ldm/ldm.install b/abs/core/ldm/ldm.install new file mode 100644 index 0000000..b32f1b7 --- /dev/null +++ b/abs/core/ldm/ldm.install @@ -0,0 +1,9 @@ +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 +} |