aboutsummaryrefslogtreecommitdiffstats
path: root/testing/consul/consul.pre-deinstall
Commit message (Collapse)AuthorAgeFilesLines
* testing/consul: remove {post,pre}-deinstall hooksJakub Jirutka2016-10-161-6/+0
| | | | | | | | | | | | | post-deinstall: - Removing user/group is not a good idea. You can't know if the consul user/group has been created by the package or not; user can use it even for something else. pre-deinstall: - User should decide h[ei]mself if (s)he wants to stop the service before uninstalling, it's his/her responsibility and it should not be handled automagically in pre-deinstall hook. - `&>` is not POSIX-sh compatible, it's a bashism.
* testing/consul: new aportCarlo Landmeter2015-04-281-0/+6
APKBUILD provided by Olivier Mauras <olivier@mauras.ch>