aboutsummaryrefslogtreecommitdiffstats
path: root/meta-systemd/classes/systemd.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'meta-systemd/classes/systemd.bbclass')
-rw-r--r--meta-systemd/classes/systemd.bbclass8
1 files changed, 0 insertions, 8 deletions
diff --git a/meta-systemd/classes/systemd.bbclass b/meta-systemd/classes/systemd.bbclass
index 16ac1fbf1e..f2a0363361 100644
--- a/meta-systemd/classes/systemd.bbclass
+++ b/meta-systemd/classes/systemd.bbclass
@@ -22,9 +22,7 @@ systemd_prerm() {
if [ -z "$D" ]; then
systemctl stop ${SYSTEMD_SERVICE}
fi
-}
-systemd_postrm() {
systemctl disable ${SYSTEMD_SERVICE}
}
@@ -120,12 +118,6 @@ python populate_packages_prepend () {
prerm += localdata.getVar('systemd_prerm', 1)
d.setVar('pkg_prerm_%s' % pkg, prerm)
- postrm = localdata.getVar('pkg_postrm', 1)
- if not postrm:
- postrm = '#!/bin/sh\n'
- postrm += localdata.getVar('systemd_postrm', 1)
- d.setVar('pkg_postrm_%s' % pkg, postrm)
-
# add files to FILES_*-systemd if existent and not already done
def systemd_append_file(pkg_systemd, file_append):
appended = False