Skip to content

Commit c2dc80e

Browse files
committed
Create postinst
1 parent 6be3357 commit c2dc80e

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.debpkg/DEBIAN/postinst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/bin/bash
2+
echo "disabling samba daemons..."
3+
systemctl disable samba
4+
systemctl disable smbd
5+
systemctl disable nmbd
6+
systemctl disable winbind

0 commit comments

Comments
 (0)