2013-08-27 15:14:44 +04:00
|
|
|
#!/bin/bash
|
|
|
|
# -*- coding: utf-8 mode: sh -*- vim:sw=4:sts=4:et:ai:si:sta:fenc=utf-8
|
2017-04-28 14:41:22 +04:00
|
|
|
source "$(dirname -- "$0")/lib/ulib/ulib" || exit 1
|
2014-07-07 22:06:38 +04:00
|
|
|
urequire DEFAULTS uinst
|
2013-08-27 15:14:44 +04:00
|
|
|
|
2018-04-26 23:21:38 +04:00
|
|
|
UINST_STANDALONE=1
|
2013-08-27 15:14:44 +04:00
|
|
|
uinst_nolocal "$@"
|