summarylogtreecommitdiffstats
path: root/nm-vpngate.install
diff options
context:
space:
mode:
Diffstat (limited to 'nm-vpngate.install')
-rw-r--r--nm-vpngate.install16
1 files changed, 16 insertions, 0 deletions
diff --git a/nm-vpngate.install b/nm-vpngate.install
new file mode 100644
index 000000000000..feb14a0e1cd2
--- /dev/null
+++ b/nm-vpngate.install
@@ -0,0 +1,16 @@
+_reload_systemd(){
+ systemctl daemon-reload
+}
+
+post_install(){
+ _reload_systemd
+}
+
+post_upgrade(){
+ _reload_systemd
+}
+
+post_remove(){
+ _reload_systemd
+}
+