summaryrefslogtreecommitdiff
path: root/manifest-import
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2013-07-19 11:37:43 +0400
committerIgor Pashev <pashev.igor@gmail.com>2013-07-19 11:37:43 +0400
commit873bb8ea451ac14144c146fa5123475f2dcecd16 (patch)
tree9b5b03cdec887538433aaa5e6cf2fcd6e384409b /manifest-import
parent0237e3689d740924655d9b763b41468ed371a60a (diff)
downloadillumos-packaging-873bb8ea451ac14144c146fa5123475f2dcecd16.tar.gz
manifest-import (2.10-2) unstable; urgency=low
* Removed trigger. We are switching to dh_smf.
Diffstat (limited to 'manifest-import')
-rw-r--r--manifest-import/debian/changelog6
-rw-r--r--manifest-import/debian/manifest-import.postinst31
-rw-r--r--manifest-import/debian/manifest-import.triggers1
3 files changed, 6 insertions, 32 deletions
diff --git a/manifest-import/debian/changelog b/manifest-import/debian/changelog
index 62d455b..1721889 100644
--- a/manifest-import/debian/changelog
+++ b/manifest-import/debian/changelog
@@ -1,3 +1,9 @@
+manifest-import (2.10-2) unstable; urgency=low
+
+ * Removed trigger. We are switching to dh_smf.
+
+ -- Igor Pashev <pashev.igor@gmail.com> Fri, 19 Jul 2013 11:34:46 +0400
+
manifest-import (2.10-1) unstable; urgency=low
* Initial release.
diff --git a/manifest-import/debian/manifest-import.postinst b/manifest-import/debian/manifest-import.postinst
deleted file mode 100644
index fa7bbea..0000000
--- a/manifest-import/debian/manifest-import.postinst
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/bin/sh
-
-set -e
-
-run_import_manifests()
-{
- if [ -f /lib/svc/share/smf_include.sh ]; then
- . /lib/svc/share/smf_include.sh
- if smf_present ; then
- /lib/svc/method/manifest-import || true
- fi
- fi
-}
-
-case "$1" in
- triggered)
- run_import_manifests
- exit 0
- ;;
- configure)
- ;;
- *)
- exit 0
- ;;
-esac
-
-#DEBHELPER#
-
-
-exit 0
-
diff --git a/manifest-import/debian/manifest-import.triggers b/manifest-import/debian/manifest-import.triggers
deleted file mode 100644
index 423dd63..0000000
--- a/manifest-import/debian/manifest-import.triggers
+++ /dev/null
@@ -1 +0,0 @@
-interest /lib/svc/manifest