diff options
author | Christian Hesse <mail@eworm.de> | 2019-10-18 13:34:21 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2019-10-18 13:34:21 +0200 |
commit | 784880bd7d9c043df7ce281b4ecb8e145a60a80f (patch) | |
tree | 45b5330dff07df317cc921e19503baa3017c84a5 | |
parent | eed20ee3c18cd31b987530b89fd9847764c790a5 (diff) | |
download | pacman-offline-784880bd7d9c043df7ce281b4ecb8e145a60a80f.tar.gz pacman-offline-784880bd7d9c043df7ce281b4ecb8e145a60a80f.tar.zst |
make hook act on install
An install is likely to be followed by a sync...
-rw-r--r-- | hook/99-pacman-offline.hook | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hook/99-pacman-offline.hook b/hook/99-pacman-offline.hook index 63676ae..242ca78 100644 --- a/hook/99-pacman-offline.hook +++ b/hook/99-pacman-offline.hook @@ -1,4 +1,5 @@ [Trigger] +Operation = Install Operation = Upgrade Operation = Remove Type = Package |