diff options
| author | Joey Hess <joeyh@joeyh.name> | 2015-12-06 00:05:39 -0400 |
|---|---|---|
| committer | Joey Hess <joeyh@joeyh.name> | 2015-12-06 00:05:39 -0400 |
| commit | 54f086238c4fb20490e8369c99c910991b0d5be8 (patch) | |
| tree | 5fbfe354643205cc90ee3dafbf3bf07b7523779f /src | |
| parent | 4479bd3881c4eaf502ace74d544a39abbd8f93f5 (diff) | |
Apt.cacheCleaned was trivial, force NoChange
Diffstat (limited to 'src')
| -rw-r--r-- | src/Propellor/Property/Apt.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Propellor/Property/Apt.hs b/src/Propellor/Property/Apt.hs index 26c151d9..f25d8ee7 100644 --- a/src/Propellor/Property/Apt.hs +++ b/src/Propellor/Property/Apt.hs @@ -304,7 +304,7 @@ aptKeyFile k = "/etc/apt/trusted.gpg.d" </> keyname k ++ ".gpg" -- space. cacheCleaned :: Property NoInfo cacheCleaned = cmdProperty "apt-get" ["clean"] - `assume` MadeChange + `assume` NoChange `describe` "apt cache cleaned" -- | Add a foreign architecture to dpkg and apt. |
