This commit is contained in:
modehua 2023-01-13 14:47:43 +08:00
parent 6350e48e52
commit a6329e95ee
9 changed files with 8 additions and 8 deletions

View File

@ -1,12 +1,12 @@
package: scanner-driver-huagao package: scanner-driver-cumtenn
Version: 4.35.10321.22319 Version: 4.35.10321.22319
Architecture: mips64el Architecture: mips64el
Section: utils Section: utils
Priority: optional Priority: optional
Maintainer: pengming <pengming@huagaochina.com> Maintainer: pengming <pengming@huagaochina.com>
Installed-Size: 35948 Installed-Size: 35948
Replaces: huagaoscan Replaces: cumtennscan
Conflicts: Conflicts:
Description:huagaoscan scanner app and sane-driver. Description:cumtennscan scanner app and sane-driver.
no extended description. no extended description.

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
if [ -n "$(pgrep CumTennScan$)" ];then if [ -n "$(pgrep CumtennScan$)" ];then
kill $(pgrep CumTennScan$) kill $(pgrep CumtennScan$)
fi fi

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
if [ -n "$(pgrep CumTennScan$)" ];then if [ -n "$(pgrep CumtennScan$)" ];then
kill $(pgrep CumTennScan$) kill $(pgrep CumtennScan$)
fi fi

View File

@ -4,7 +4,7 @@ Encoding=UTF-8
Type=Application Type=Application
Name=CumTennScan Name=CumTennScan
Name[zh_CN]=沧田扫描应用程序 Name[zh_CN]=沧田扫描应用程序
Exec=sh /opt/apps/scanner-driver-huagao/bin/CumTennScan.sh Exec=sh /opt/apps/scanner-driver-cumtenn/bin/CumtennScan.sh
Icon=/usr/share/icons/hicolor/128x128/apps/scanner-driver-cumtenn.png Icon=/usr/share/icons/hicolor/128x128/apps/scanner-driver-cumtenn.png
Categories=Application;Graphics;GTK;RasterGraphics;Scanning; Categories=Application;Graphics;GTK;RasterGraphics;Scanning;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 21 KiB