Files
new_install/operation/99finish_install.sh
lizhi-rocky 220e6bfe40 add Qin Bo's operating shell scripts in
rename directory 'python' to 'interface', for I think it is a better name for its included python scripts function.
2010-09-03 15:59:49 +08:00

21 lines
218 B
Bash
Executable File

#!/bin/bash
# run post_add scripts
#
pkg_dir=/var/lib/pkg
ls -rt ${pkg_dir}/*.post_add | while read pa_file
do
source ${pa_file}
rm ${pa_file}
done
rm $pkg_dir/*-serv.conf
#
#
# Destroy itself
#
rm -f $0