also check if sources file is not empty

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/1.4
Steven Armstrong 14 years ago
parent f46b2a9a5a
commit 0356d2eeff
  1. 4
      conf/type/__apt_ppa/explorer/state

@ -28,5 +28,7 @@ name="$__object_id"
repo_name="${name#ppa:}"
repo_file_name="$(echo "$repo_name" | sed "s:\/:\-:")-${DISTRIB_CODENAME}.list"
[ -f "/etc/apt/sources.list.d/${repo_file_name}" ] && echo enabled || echo disabled
[ -f "/etc/apt/sources.list.d/${repo_file_name}" -a \
-s "/etc/apt/sources.list.d/${repo_file_name}" ] \
&& echo enabled || echo disabled

Loading…
Cancel
Save