aboutsummaryrefslogtreecommitdiff
path: root/x200-my.install
diff options
context:
space:
mode:
Diffstat (limited to 'x200-my.install')
-rw-r--r--x200-my.install9
1 files changed, 9 insertions, 0 deletions
diff --git a/x200-my.install b/x200-my.install
new file mode 100644
index 0000000..f26d50b
--- /dev/null
+++ b/x200-my.install
@@ -0,0 +1,9 @@
1post_install() {
2 echo "Enabling x200-my service..."
3 rc-update add x200-my default
4}
5
6pre_remove() {
7 echo "Disabling x200-my service..."
8 rc-update del x200-my default
9}