8 lines
190 B
Bash
8 lines
190 B
Bash
#!/bin/bash
|
|
|
|
# ensure permissions
|
|
chmod 0755 DEBIAN/postinst
|
|
chmod 0755 usr/local/bin/webhookd.py
|
|
chmod 0644 etc/systemd/system/webhookd.service
|
|
|
|
dpkg-deb --build --root-owner-group webhookd |