Initial
This commit is contained in:
commit
363a876c22
88 changed files with 783 additions and 0 deletions
0
ressources/standardnotes-web/rootfs/DEBIAN/changelog
Normal file
0
ressources/standardnotes-web/rootfs/DEBIAN/changelog
Normal file
1
ressources/standardnotes-web/rootfs/DEBIAN/conffiles
Normal file
1
ressources/standardnotes-web/rootfs/DEBIAN/conffiles
Normal file
|
@ -0,0 +1 @@
|
|||
/etc/default/standardnotes-web
|
8
ressources/standardnotes-web/rootfs/DEBIAN/control
Normal file
8
ressources/standardnotes-web/rootfs/DEBIAN/control
Normal file
|
@ -0,0 +1,8 @@
|
|||
Package: standardnotes-web
|
||||
Version: %VERSION%
|
||||
Section: base
|
||||
Priority: optional
|
||||
Architecture: all
|
||||
Depends: nodejs
|
||||
Maintainer: Thomas Legay <thomas@syngate.fr>
|
||||
Description: standardnotes web
|
4
ressources/standardnotes-web/rootfs/DEBIAN/postinst
Executable file
4
ressources/standardnotes-web/rootfs/DEBIAN/postinst
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
id standardnotes-web &> /dev/null || useradd standardnotes-web -r -s /bin/false -md /usr/lib/standardnotes/web
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue