Add missing files for systemd
[scm/bb/meta-tizen.git] / meta-tizen-common-base / recipes-multimedia / avsystem / avsystem.inc
index 315e6a8..bc028a5 100644 (file)
@@ -8,7 +8,7 @@ SRC_URI = ""
 
 S = "${WORKDIR}/git"
 
-inherit manifest autotools-brokensep
+inherit manifest autotools-brokensep 
 
 BBCLASSEXTEND = ""
 PROVIDES = ""
@@ -116,25 +116,6 @@ pkg_postinst_libavsysaudio() {
 
 }
 
-pkg_postinst_${PN}() {
-    #!/bin/sh -e
-
-    systemctl daemon-reload
-    if [ $1 == 1 ]; then
-        systemctl restart avsystem.service
-    fi
-
-}
-
-pkg_prerm_${PN}() {
-    #!/bin/sh -e
-
-    if [ $1 == 0 ]; then
-        systemctl stop avsystem.service
-    fi
-
-}
-
 pkg_postrm_libavsysaudio() {
     #!/bin/sh -e
 
@@ -142,13 +123,6 @@ pkg_postrm_libavsysaudio() {
 
 }
 
-pkg_postrm_${PN}() {
-    #!/bin/sh -e
-
-    systemctl daemon-reload
-
-}
-
 PACKAGES = "${PN}-dbg ${PN}-doc ${PN}-locale"
 PACKAGES += " avsystem "
 PACKAGES += " avsystem-dev "