This website requires JavaScript.
Explore
Help
Sign In
archr
/
Arch-R
Watch
0
Star
0
Fork
0
You've already forked Arch-R
mirror of
https://github.com/archr-linux/Arch-R.git
synced
2026-03-31 14:41:55 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3bc88a68dfadbeab93cbfef5922cb2470d6d6708
Arch-R
/
packages
/
plugins
/
install
8 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
plugins: - adding initial plugin installation support - building SABnzbd by default for all projects
2010-01-08 00:23:10 +01:00
#!/bin/sh
packages/*, scripts/*, config/options: remove $PKG_DIR declaration (now in config/path), include config/options with package name Signed-off-by: Stephan Raue <stephan@openelec.tv>
2010-07-21 18:54:45 +02:00
. config/options $1
plugins: - adding initial plugin installation support - building SABnzbd by default for all projects
2010-01-08 00:23:10 +01:00
for plugin in $XBMC_PLUGINS; do
$SCRIPTS/install $plugin
done
Reference in New Issue
Copy Permalink