summaryrefslogtreecommitdiffstats
path: root/abs/extra/tatir/tatir.install
diff options
context:
space:
mode:
Diffstat (limited to 'abs/extra/tatir/tatir.install')
-rw-r--r--abs/extra/tatir/tatir.install19
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra/tatir/tatir.install b/abs/extra/tatir/tatir.install
new file mode 100644
index 0000000..aef470a
--- /dev/null
+++ b/abs/extra/tatir/tatir.install
@@ -0,0 +1,19 @@
+# arg 1: the new package version
+post_install() {
+# add_service.sh tatir
+ /bin/true
+}
+# arg 1: the new package version
+# arg 2: the old package version
+post_upgrade() {
+ /bin/true
+}
+
+# arg 1: the old package version
+post_remove() {
+ remove_service.sh tatir
+}
+
+op=$1
+shift
+$op $*