summarylogtreecommitdiffstats
path: root/greyhole.install
diff options
context:
space:
mode:
Diffstat (limited to 'greyhole.install')
-rw-r--r--greyhole.install6
1 files changed, 0 insertions, 6 deletions
diff --git a/greyhole.install b/greyhole.install
index 5a97935482ff..5801544d6e8f 100644
--- a/greyhole.install
+++ b/greyhole.install
@@ -1,6 +1,4 @@
post_install() {
- systemctl restart smbd nmbd
-
echo "Manual Steps:"
echo "- Edit /etc/samba/smb.conf and make sure the following two options are set:"
echo " unix extensions = no"
@@ -10,7 +8,3 @@ post_install() {
echo " https://github.com/gboudreau/Greyhole/wiki to configure your installation"
echo " Also see: https://wiki.archlinux.org/index.php/Greyhole#Configuration"
}
-
-post_upgrade() {
- systemctl restart smbd nmbd
-}