init
This commit is contained in:
commit
0187ac2892
4
README
Normal file
4
README
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
Use the following commands to install this template into a directory:
|
||||||
|
|
||||||
|
$ wget LINK && tar -xvf template.tar.gz && mv template/* .
|
||||||
|
|
BIN
template.tar.gz
Normal file
BIN
template.tar.gz
Normal file
Binary file not shown.
0
template/INSTALL.sh
Normal file
0
template/INSTALL.sh
Normal file
0
template/REMOVE.sh
Normal file
0
template/REMOVE.sh
Normal file
0
template/UPDATE.sh
Normal file
0
template/UPDATE.sh
Normal file
8
template/pkginfo.json
Normal file
8
template/pkginfo.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"package_name": "",
|
||||||
|
"package_version": "",
|
||||||
|
"package_description": "",
|
||||||
|
"src_tree_size": "",
|
||||||
|
"exec_size": "",
|
||||||
|
"license": ""
|
||||||
|
}
|
4
template/ts.sh
Normal file
4
template/ts.sh
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
touch /var/log/glacier/PACKAGE_NAME.timestamp
|
||||||
|
date >> /var/log/glacier/PACKAGE_NAME.timestamp
|
Loading…
Reference in New Issue
Block a user