diff options
Diffstat (limited to 'holo.install')
-rw-r--r-- | holo.install | 13 |
1 files changed, 13 insertions, 0 deletions
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 +} |