123456789101112131415161718 |
- # 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
|