advanced package installation and removal
This commit is contained in:
parent
63afdb8052
commit
2b10c9a7c0
7 changed files with 29 additions and 4 deletions
7
web-splash/ipkg/postrm
Executable file
7
web-splash/ipkg/postrm
Executable file
|
@ -0,0 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
if [ -e /www/index.html.orig ]
|
||||
then echo
|
||||
echo "Restoring original /www/index.html.orig to /www/index.html"
|
||||
mv /www/index.html.orig /www/index.html
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue