diff --git a/dist/debian/debian/scylla-jmx.postinst b/dist/debian/debian/scylla-jmx.postinst new file mode 100644 index 0000000..db1e58c --- /dev/null +++ b/dist/debian/debian/scylla-jmx.postinst @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ -d /run/systemd/system ]; then + systemctl --system daemon-reload >/dev/null || true +fi + +#DEBHELPER# diff --git a/dist/debian/debian/scylla-jmx.postrm b/dist/debian/debian/scylla-jmx.postrm new file mode 100644 index 0000000..6ba094a --- /dev/null +++ b/dist/debian/debian/scylla-jmx.postrm @@ -0,0 +1,7 @@ +#!/bin/sh + +if [ -d /run/systemd/system ]; then + systemctl --system daemon-reload >/dev/null || true +fi + + #DEBHELPER#