This commit is contained in:
2023-07-31 13:13:21 +08:00
parent dd5a9d2b97
commit f948825d88
9 changed files with 29 additions and 25 deletions

View File

@@ -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}"