summaryrefslogtreecommitdiff
path: root/community/opensips/opensips.install
diff options
context:
space:
mode:
Diffstat (limited to 'community/opensips/opensips.install')
-rw-r--r--community/opensips/opensips.install6
1 files changed, 2 insertions, 4 deletions
diff --git a/community/opensips/opensips.install b/community/opensips/opensips.install
index 9e8f2a47b..40973a77a 100644
--- a/community/opensips/opensips.install
+++ b/community/opensips/opensips.install
@@ -1,5 +1,3 @@
-post_install()
-{
- echo "To use MySQL, you should install mysql package and run '/usr/sbin/openser_mysql.sh create'"
- /bin/true
+post_install() {
+ echo "To use MySQL, you should install mysql package and run '/usr/bin/openser_mysql.sh create'"
}