cacheCleaned is trivial

This commit is contained in:
Joey Hess 2014-06-10 15:50:42 -04:00
parent e6674e07f5
commit 28a80c4c48
1 changed files with 1 additions and 1 deletions

View File

@ -265,5 +265,5 @@ trustsKey k = RevertableProperty trust untrust
-- | Cleans apt's cache of downloaded packages to avoid using up disk
-- space.
cacheCleaned :: Property
cacheCleaned = cmdProperty "apt-get" ["clean"]
cacheCleaned = trivial $ cmdProperty "apt-get" ["clean"]
`describe` "apt cache cleaned"