some packaging improvements
parent
59098ce7cb
commit
89d1ddb8fa
@ -1 +0,0 @@
|
||||
link cbox-tree.d/usr/share/doc/cryptobox/changelog
|
@ -1,6 +1,6 @@
|
||||
/etc/cron.d/cryptobox
|
||||
/etc/cryptobox/cryptobox.conf
|
||||
/etc/cryptobox/ssl-cert.conf
|
||||
/etc/cryptobox/revision
|
||||
/etc/default/cryptobox
|
||||
/etc/cron.d/cryptobox
|
||||
/etc/init.d/cryptobox
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/sh
|
||||
|
||||
# shut down
|
||||
invoke-rc.d cryptobox stop
|
||||
|
||||
# remove symlinks in /etc/rc?.d
|
||||
[ "$1" = "purge" ] && update-rc.d cryptobox remove
|
||||
|
||||
# return without error
|
||||
true
|
||||
|
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
invoke-rc.d crpyotbox status && invoke-rc.d cryptobox stop
|
@ -0,0 +1 @@
|
||||
link cbox-tree.d/usr/share/doc/cryptobox/changelog.gz
|
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue