summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/skvm-hg/skvm.install
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-08-22 08:03:45 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-08-22 08:03:45 (GMT)
commit18ae17328b876ce477b2f697c49da16f150f36c6 (patch)
tree42186b1660d7a2e078f6c63e5fc30c01531fd968 /abs/core-testing/skvm-hg/skvm.install
parentd02df784ac023ceef4394948111a921c4f860c44 (diff)
downloadlinhes_pkgbuild-18ae17328b876ce477b2f697c49da16f150f36c6.zip
linhes_pkgbuild-18ae17328b876ce477b2f697c49da16f150f36c6.tar.gz
linhes_pkgbuild-18ae17328b876ce477b2f697c49da16f150f36c6.tar.bz2
skvm:initial inclusion. lightweight volume manager.
Diffstat (limited to 'abs/core-testing/skvm-hg/skvm.install')
-rw-r--r--abs/core-testing/skvm-hg/skvm.install10
1 files changed, 10 insertions, 0 deletions
diff --git a/abs/core-testing/skvm-hg/skvm.install b/abs/core-testing/skvm-hg/skvm.install
new file mode 100644
index 0000000..1f82467
--- /dev/null
+++ b/abs/core-testing/skvm-hg/skvm.install
@@ -0,0 +1,10 @@
+# arg 1: the new package version
+post_install() {
+ add_service.sh skvm
+ sv start skvm
+}
+
+post_remove() {
+ sv down skvm
+ remove_service.sh skvm
+}