This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
net/mwan3: add Makefile postinst and postrm for rpcd
Restart rpcd on package install/remove Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
7 years ago
parent
a4fbc7eba6
commit
44eb0a7c9d
1 changed files
with
16 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+16
-0
net/mwan3/Makefile
+ 16
- 0
net/mwan3/Makefile
View File
@ -39,6 +39,22 @@ endef
d
e
f
i
n
e
B
u
i
l
d
/
C
o
m
p
i
l
e
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
m
w
a
n
3
/
p
o
s
t
i
n
s
t
#!/bin/sh
i
f
[
-
z
"$${IPKG_INSTROOT}"
]
;
t
h
e
n
/etc/init.d/rpcd restart
f
i
e
x
i
t
0
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
m
w
a
n
3
/
p
o
s
t
r
m
#!/bin/sh
i
f
[
-
z
"$${IPKG_INSTROOT}"
]
;
t
h
e
n
/etc/init.d/rpcd restart
f
i
e
x
i
t
0
e
n
d
e
f
d
e
f
i
n
e
P
a
c
k
a
g
e
/
m
w
a
n
3
/
i
n
s
t
a
l
l
$(
CP
)
.
/
f
i
l
e
s
/
*
$(
1
)
e
n
d
e
f
Write
Preview
Loading…
Cancel
Save