mirror of
https://gitee.com/spark-store-project/uos-packaging-tools
synced 2025-12-18 13:01:41 +08:00
init
This commit is contained in:
9
src/usr/bin/pack
Executable file
9
src/usr/bin/pack
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
if [ "$1" != "" ];then
|
||||
opt=$1
|
||||
else
|
||||
opt=`pwd`
|
||||
fi
|
||||
dpkg-deb -Z xz -b $opt $opt/..
|
||||
notify-send `basename $opt`打包完成 -i /usr/share/icons/uos-packaging-tools.png
|
||||
exit
|
||||
Reference in New Issue
Block a user