calamares/src
Kevin Kofler 5c6a302112 packages: Ignore error code for "dnf remove".
Unfortunately, dnf treats it as an error if we try to remove a package
that already did not exist. This means that, e.g., if we try to remove
calamares itself, but calamares was not installed on the base image,
only in the overlay, we will fail with an error. So, as long as we do
not have a better solution, we ignore the exit code of "dnf remove"
entirely.

(yum does not show this behavior, it returns success when the package to
remove is already not installed.)
2015-01-19 03:06:12 +01:00
..
branding README.md for branding. 2014-11-25 17:40:24 +01:00
calamares Introduce and use a Calamares::Branding::setGlobals method. 2014-11-16 04:19:53 +01:00
libcalamares PythonHelper: Add support for bool. 2014-11-18 05:34:01 +01:00
libcalamaresui Also in CalamaresUtilsGui 2014-12-19 13:53:04 +01:00
modules packages: Ignore error code for "dnf remove". 2015-01-19 03:06:12 +01:00
CMakeLists.txt Works better when you actually add it to CMakeLists.txt. 2014-10-10 18:11:27 +02:00