Advertisement
Guest User

Untitled

a guest
Mar 20th, 2014
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. DESCRIPTION = "Web Admin GUI"
  2. LICENSE = "ENDPOINT"
  3. LIC_FILES_CHKSUM = "file://LICENSE;md5=5bfd4f72cf6fca09b3a4055a60dbecf7"
  4. PR = "r0"
  5.  
  6. SRC_URI = "file://webroot/shieldbox-webadmin-0.1.zip"
  7.  
  8.  
  9. do_install() {
  10. install -d ${D}${localstatedir}
  11. install -d ${D}${localstatedir}/box-webadmin
  12. }
  13.  
  14. pkg_postinst_PACKAGENAME () {
  15. #!/bin/sh -e
  16. if [ x"$D" = "x" ]; then
  17. # Actions to carry out on the device go here
  18.  
  19. else
  20. exit 1
  21. fi
  22. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement