]> jfr.im git - irc/kvirc/kvirc-themes.git/blob - pack-one.kvs
import all themes from ftp://ftp.kvirc.de/pub/kvirc/themes/
[irc/kvirc/kvirc-themes.git] / pack-one.kvs
1 # Pack a single theme
2
3 # kvirc -e "parse pack-one.kvs /full/path/to/theme/directory"
4
5 ################################################################################################
6
7 include "pack-utils.kvs"
8
9 if($1 == "")
10 {
11 theme::packager::echo "ERROR: Invalid theme directory specified"
12 return
13 }
14
15 %dir = $file.extractPath($0)
16
17 theme::packager::packOne $1 %dir
18