Add files via upload
This commit is contained in:
parent
9c29d58578
commit
8219060360
1
example-usrpkg/LICENSE
Normal file
1
example-usrpkg/LICENSE
Normal file
@ -0,0 +1 @@
|
||||
this is a license
|
3
example-usrpkg/example-pkginfo.json
Normal file
3
example-usrpkg/example-pkginfo.json
Normal file
@ -0,0 +1,3 @@
|
||||
{
|
||||
"am-i-cool", "yes"
|
||||
}
|
3
example-usrpkg/example.ts.sh
Normal file
3
example-usrpkg/example.ts.sh
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
printf "this doesnt actually do anything"
|
1
example-usrpkg/pkg-src/some-code
Normal file
1
example-usrpkg/pkg-src/some-code
Normal file
@ -0,0 +1 @@
|
||||
too lazy to put actual code in here
|
5
example-usrpkg/usrbuild.sh
Normal file
5
example-usrpkg/usrbuild.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
source /etc/glacier/hooks.sh
|
||||
|
||||
printf "this doesnt actually do anything"
|
5
example-usrpkg/usrremove.sh
Normal file
5
example-usrpkg/usrremove.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
source /etc/glacier/hooks.sh
|
||||
|
||||
printf "this doesnt actually do anything"
|
5
example-usrpkg/usrupdate.sh
Normal file
5
example-usrpkg/usrupdate.sh
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
source /etc/glacier/hooks.sh
|
||||
|
||||
printf "this doesnt actually do anything"
|
Loading…
Reference in New Issue
Block a user