1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/stone/parse-config
3 # Copyright (C) 2005 - 2021 The T2 SDE Project
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 if pkginstalled stone; then
13 # stone module install helper
15 install_stone_module() {
16 local file="$1" stoned=etc/stone.d
17 local mfile="${file##*/}"
20 echo "Installing $mfile to /$stoned/ ..."
21 cp -vf $file $root/$stoned/$mfile
24 for x in $( ls -1 $confdir/stone_*.sh 2> /dev/null ) ; do
25 hook_add postinstall 3 "install_stone_module '$x'"