From 8298c897c6a6b6648210fa5feca23e12ef7b8ead Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 31 Jan 2017 17:25:40 -0500 Subject: Add automatic holo dependencies. Similar to holo-build. --- holo.install | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 holo.install (limited to 'holo.install') diff --git a/holo.install b/holo.install new file mode 100644 index 0000000..02d3ed8 --- /dev/null +++ b/holo.install @@ -0,0 +1,13 @@ +#!/hint/sh + +post_install() { + holo apply +} + +post_upgrade() { + post_install +} + +post_remove() { + holo apply +} -- cgit v1.2.3-54-g00ecf