declare /etc/default/ebusd as conf file
This commit is contained in:
@@ -129,6 +129,9 @@ cat <<EOF > $RELEASE/DEBIAN/dirs
|
|||||||
/lib/systemd/system
|
/lib/systemd/system
|
||||||
/usr/bin
|
/usr/bin
|
||||||
EOF
|
EOF
|
||||||
|
cat <<EOF > $RELEASE/DEBIAN/conffiles
|
||||||
|
/etc/default/ebusd
|
||||||
|
EOF
|
||||||
cat <<EOF > $RELEASE/DEBIAN/postinst
|
cat <<EOF > $RELEASE/DEBIAN/postinst
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
if [ -d /run/systemd/system ]; then
|
if [ -d /run/systemd/system ]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user