postfix install works also on suse (SLES11)

This commit is contained in:
Daniel Heule 2013-12-11 13:07:40 +01:00
parent b2e39e3dc1
commit 01dc23b00c
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
os=$(cat "$__global/explorer/os")
case "$os" in
ubuntu|debian|archlinux)
ubuntu|debian|archlinux|suse)
__package postfix --state present
;;
*)