advanced package installation and removal
This commit is contained in:
parent
63afdb8052
commit
2b10c9a7c0
7 changed files with 29 additions and 4 deletions
|
@ -30,8 +30,8 @@ install:
|
|||
|
||||
@# startup script
|
||||
@mkdir -p $(DESTDIR)/etc/init.d
|
||||
@echo -e "#!/bin/sh\n/usr/bin/web-splash.sh start" >$(DESTDIR)/etc/init.d/S90web-splash
|
||||
@chmod +x $(DESTDIR)/etc/init.d/S90web-splash
|
||||
@echo -e "#!/bin/sh\n/usr/bin/web-splash.sh start" >$(DESTDIR)/etc/init.d/S89web-splash
|
||||
@chmod +x $(DESTDIR)/etc/init.d/S89web-splash
|
||||
|
||||
clean:
|
||||
@echo "done"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue