summarylogtreecommitdiffstats
path: root/nm-vpngate.install
diff options
context:
space:
mode:
authorhayao2021-10-28 23:38:37 +0900
committerhayao2021-10-28 23:38:37 +0900
commitbe60777a502249dbc3f9062a75d7d47c8cdfa87c (patch)
tree9a514723b2d8a7557a8f5f6d07675ebc95f65fbe /nm-vpngate.install
parent594a08ecd1ff31a44b14bab373cbfef5bd8a1184 (diff)
downloadaur-be60777a502249dbc3f9062a75d7d47c8cdfa87c.tar.gz
[add] : Add install file
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
+}
+