涉密系统调整

This commit is contained in:
luoliangyi 2022-11-04 09:45:30 +08:00
parent a5197f3029
commit 3c19d2dea8
17 changed files with 17 additions and 11 deletions

View File

@ -1,6 +1,6 @@
Package: lanxumscan Package: lanxumscan
Version: 2.0.5 Version: 2.0.5
Architecture: mips64el Architecture: arm64
Section: utils Section: utils
Priority: optional Priority: optional
Maintainer: pengming <pengming@huagaochina.com> Maintainer: pengming <pengming@huagaochina.com>

12
kylin/lscsm/DEBIAN/postrm Executable file
View File

@ -0,0 +1,12 @@
#!/bin/bash
#if [ -f /root/lanxum.log ];then
# rm -f /root/lanxum.log
#fi
#USER_NAMES=($(cd /home ;ls))
#for USER_NAME in ${USER_NAMES[@]}
#do
# rm -rf /home/$USER_NAME/.com.lanxum.lanxumscan
#done

Binary file not shown.

View File

@ -18,3 +18,5 @@ export LD_LIBRARY_PATH
$dirname/$appname $* $dirname/$appname $*
export LD_LIBRARY_PATH='/usr/lib/aarch64-linux-gnu'
export LD_LIBRARY_PATH='/usr/lib/aarch64-linux-gnu/sane'

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -2,7 +2,7 @@
Encoding=UTF-8 Encoding=UTF-8
Type=Application Type=Application
Name=LanXumScan Name=LanXumScan
Categories=Application;
Name[zh_CN]=立思辰扫描应用程序 Name[zh_CN]=立思辰扫描应用程序
Exec=sh /opt/lanxumscan/LanxumScan.sh Exec=sh /opt/lanxumscan/LanxumScan.sh
Icon=/opt/lanxumscan/lanxum_logo.png Icon=/usr/share/desktop-directories/scanner-driver-lanxum.png
Categories=Application;

View File

@ -1,8 +0,0 @@
[Desktop Entry]
Encoding=UTF-8
Type=Application
Name=LanXumScan
Name[zh_CN]=立思辰扫描应用程序
Exec=sh /opt/lanxumscan/LanxumScan.sh
Icon=/opt/lanxumscan/lanxum_logo.png
Categories=Application;

View File

Before

Width:  |  Height:  |  Size: 3.9 KiB

After

Width:  |  Height:  |  Size: 3.9 KiB