mirror of
https://gitee.com/spark-store-project/additional-base-lib
synced 2025-12-18 13:01:42 +08:00
add-info
This commit is contained in:
@@ -6,18 +6,12 @@ then
|
||||
load_transhell
|
||||
else
|
||||
source /usr/share/ablrun/transhell/ablrun_en_US.transhell
|
||||
source /usr/share/ablrun/transhell/ablrun_${LANG}.transhell
|
||||
source /usr/share/ablrun/transhell/ablrun_$(echo ${LANG%.*}).transhell
|
||||
fi
|
||||
|
||||
if [ "$*" = "" ]
|
||||
then
|
||||
echo
|
||||
echo " All the library files, which packed with additional-base-lib,"
|
||||
echo " are taken from one GNU/Linux distribution. You may found information"
|
||||
echo " in package control files. The scripts theirselves were created by"
|
||||
echo " CongTianKong <https://gitee.com/CongTianKong>. There's no lisence"
|
||||
echo " nor copyright restriction with The script. Feel free to deal with."
|
||||
echo
|
||||
echo -e "${TRANSHELL_CONTENT_AUTHOR_INFO_AND_LIB_LICENSE}"
|
||||
|
||||
echo -e "${TRANSHELL_CONTENT_USAGE}"
|
||||
echo -e "${TRANSHELL_CONTENT_ADDITIONAL_BASE_LIB_INFO}"
|
||||
|
||||
Reference in New Issue
Block a user