This commit is contained in:
guinux
2017-08-22 11:11:31 +02:00
parent 9c6c435b05
commit e9076f605e
6 changed files with 38 additions and 10 deletions

View File

@@ -220,7 +220,9 @@ namespace Pamac {
}
} else {
if (lockfile.query_exists ()) {
extern_lock = true;
if (!check_pamac_running ()) {
extern_lock = true;
}
}
}
return true;