Commit 999e3c14 authored by Vitaly Lipatov's avatar Vitaly Lipatov

epm-check_updated_repo: disable check if we never do apt-get update

parent acb95133
......@@ -21,9 +21,9 @@ __is_repo_info_downloaded()
{
case $PMTYPE in
apt-*)
if [ -r /var/cache/apt ] ; then
sudorun test -r /var/cache/apt/pkgcache.bin || return
fi
#if [ -r /var/cache/apt ] ; then
# sudorun test -r /var/cache/apt/pkgcache.bin || return
#fi
;;
*)
;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment