summaryrefslogtreecommitdiff
path: root/libre/docker/docker.hook
diff options
context:
space:
mode:
Diffstat (limited to 'libre/docker/docker.hook')
-rw-r--r--libre/docker/docker.hook17
1 files changed, 17 insertions, 0 deletions
diff --git a/libre/docker/docker.hook b/libre/docker/docker.hook
new file mode 100644
index 000000000..9d733b6a0
--- /dev/null
+++ b/libre/docker/docker.hook
@@ -0,0 +1,17 @@
+# Copyright (C) 2023 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the CC0 1.0 License.
+# Maintainer: Parabola Hackers <dev@lists.parabola.nu>
+
+[Trigger]
+Operation = Install
+Operation = Upgrade
+Target = docker
+Type = Package
+
+[Action]
+Description = Warn user about docker default registry / repository change
+Depends = coreutils
+When = PostTransaction
+Exec = /usr/share/libalpm/scripts/docker
+