type __postfix_postconf is tested and aproved to work on suse (SLES11)

This commit is contained in:
Daniel Heule 2013-12-10 17:25:03 +01:00
parent a5d2cdecf4
commit 0acf3c0118
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@
os=$("$__explorer/os")
case "$os" in
ubuntu|debian|archlinux)
ubuntu|debian|archlinux|suse)
:
;;
*)

View File

@ -21,7 +21,7 @@
os=$(cat "$__global/explorer/os")
case "$os" in
ubuntu|debian|archlinux)
ubuntu|debian|archlinux|suse)
:
;;
*)