We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc0bda9 commit 3335ee9Copy full SHA for 3335ee9
2 files changed
debian/init.d
@@ -1,6 +1,5 @@
1
#! /bin/sh
2
### BEGIN INIT INFO
3
-# Provides: skeleton
4
# Required-Start: $remote_fs $syslog
5
# Required-Stop: $remote_fs $syslog
6
# Default-Start: 2 3 4 5
@@ -10,11 +9,6 @@
10
9
# placed in /etc/init.d.
11
### END INIT INFO
12
13
-# Author: Foo Bar <foobar@baz.org>
14
-#
15
-# Please remove the "Author" lines above and replace them
16
-# with your own name if you copy and modify this script.
17
-
18
# Do NOT "set -e"
19
20
# PATH should only include /usr/* if it runs after the mountnfs.sh script
debian/postinst
@@ -1,4 +1,3 @@
-dh_installdeb will replace this with shell code automatically
#!/bin/sh
# postinst script for mypackage
#
0 commit comments