linuxbrew-update.service: add brew cleanup

This commit is contained in:
Aminda Suomalainen 2026-05-06 18:27:51 +03:00
parent 5abd8b0f28
commit fda9b01032
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723

View File

@ -6,3 +6,4 @@ Type=oneshot
TimeoutStartSec=infinity
ExecStartPre=/usr/local/bin/brew update
ExecStart=/usr/local/bin/brew upgrade
ExecStartPost=/usr/local/bin/brew cleanup