Skip to content
Snippets Groups Projects
Commit 4f1aeb88 authored by intrigeri's avatar intrigeri
Browse files

Mangle /etc/backup.d permissions at build time rather than at postinst time.

parent 7274ef1a
No related branches found
No related tags found
No related merge requests found
#!/bin/sh #!/bin/sh
set -e set -e
# Automatically added by dh_installmenu
if [ "$1" = "configure" ]
then
chmod 770 /etc/backup.d
fi
# dh_installdeb will replace this with shell code automatically # dh_installdeb will replace this with shell code automatically
# generated by other debhelper scripts. # generated by other debhelper scripts.
......
...@@ -21,6 +21,10 @@ override_dh_auto_install: ...@@ -21,6 +21,10 @@ override_dh_auto_install:
override_dh_compress: override_dh_compress:
dh_compress -Xexample dh_compress -Xexample
override_dh_fixperms:
dh_fixperms
chmod 770 $(TMP)/etc/backup.d
override_dh_installchangelogs: override_dh_installchangelogs:
dh_installchangelogs ChangeLog dh_installchangelogs ChangeLog
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment