PN: scweb
PV: 1.0
PR: r0
PKGV: 1.0
PKGR: r0@EXTENDPRAUTO@
LICENSE: MIT
DESCRIPTION: Landing Page.
SUMMARY: Landing Page
RDEPENDS:scweb: bash freeipmi lmsensors-sensors python3 python3-flask python3-flask-restful python3-psutil system-controller-app
RRECOMMENDS:scweb:  update-rc.d
SECTION: PETALINUX/apps
PKG:scweb: scweb
FILES:scweb: /usr/bin/* /usr/sbin/* /usr/libexec/* /usr/lib/lib*.so.*             /etc /com /var             /bin/* /sbin/*             /lib/*.so.*             /lib/udev /usr/lib/udev             /lib/udev /usr/lib/udev             /usr/share/scweb /usr/lib/scweb/*             /usr/share/pixmaps /usr/share/applications             /usr/share/idl /usr/share/omf /usr/share/sounds             /usr/lib/bonobo/servers /usr/share/scweb /lib/systemd/system-preset/98-scweb.preset /lib/systemd/system/scwebrun.service
FILES_INFO:scweb: {"/etc/init.d/scwebrun.sh": 2694, "/lib/systemd/system-preset/98-scweb.preset": 24, "/lib/systemd/system/scwebrun.service": 186, "/usr/bin/scwebrun.sh": 2694, "/usr/share/scweb/LICENSE.md": 1123, "/usr/share/scweb/__init__.py": 0, "/usr/share/scweb/config_app.py": 965, "/usr/share/scweb/jnservice.py": 1604, "/usr/share/scweb/logg.py": 1395, "/usr/share/scweb/parse.py": 7404, "/usr/share/scweb/restserv.py": 11888, "/usr/share/scweb/sc_app": 14580, "/usr/share/scweb/sc_app_vpk120": 15020, "/usr/share/scweb/static/images/AICore.png": 24710, "/usr/share/scweb/static/images/AIEdge.jpg": 14550, "/usr/share/scweb/static/images/Develop_tools.png": 478375, "/usr/share/scweb/static/images/Thumbs.db": 216064, "/usr/share/scweb/static/images/VCK190_home.png": 3785709, "/usr/share/scweb/static/images/VEK280_home.png": 4459159, "/usr/share/scweb/static/images/VHK158_home.png": 4442446, "/usr/share/scweb/static/images/VMK180_home.png": 3645024, "/usr/share/scweb/static/images/VPK120_home.png": 4684877, "/usr/share/scweb/static/images/VPK180_home.PNG": 4287706, "/usr/share/scweb/static/images/VPK180_home.png": 4047246, "/usr/share/scweb/static/images/VersalSilicon.png": 331448, "/usr/share/scweb/static/images/ai_sc.png": 94321, "/usr/share/scweb/static/images/apd.png": 47393, "/usr/share/scweb/static/images/ed.png": 101810, "/usr/share/scweb/static/images/hbm.png": 21332, "/usr/share/scweb/static/images/hd.png": 91154, "/usr/share/scweb/static/images/icon.ico": 1150, "/usr/share/scweb/static/images/icon.png": 256, "/usr/share/scweb/static/images/premium.png": 25083, "/usr/share/scweb/static/images/prime.png": 23485, "/usr/share/scweb/static/images/vck190.jpg": 107640, "/usr/share/scweb/static/images/vek280.jpg": 721554, "/usr/share/scweb/static/images/versal.png": 11786, "/usr/share/scweb/static/images/vhk158.jpg": 640745, "/usr/share/scweb/static/images/vmk180.jpg": 743627, "/usr/share/scweb/static/images/vpk120.jpg": 245617, "/usr/share/scweb/static/images/vpk180.jpg": 550539, "/usr/share/scweb/static/images/xilinx.png": 19215, "/usr/share/scweb/static/images/xilinx_banner.png": 20595, "/usr/share/scweb/static/js/common.js": 361, "/usr/share/scweb/static/js/config_bit.js": 826, "/usr/share/scweb/static/js/config_bm.js": 158, "/usr/share/scweb/static/js/config_sc.js": 47802, "/usr/share/scweb/static/js/jquery.min.js": 86927, "/usr/share/scweb/static/js/main.js": 69057, "/usr/share/scweb/static/js/temp_strings.js": 861, "/usr/share/scweb/static/js/vck190_strings.js": 6249, "/usr/share/scweb/static/js/vek280_strings.js": 6088, "/usr/share/scweb/static/js/vhk158_strings.js": 6087, "/usr/share/scweb/static/js/vmk180_strings.js": 6246, "/usr/share/scweb/static/js/vpk120_strings.js": 6104, "/usr/share/scweb/static/js/vpk180_strings.js": 6103, "/usr/share/scweb/static/styles/common.css": 25243, "/usr/share/scweb/systemcontroller.py": 8182, "/usr/share/scweb/templates/index.html": 17719, "/usr/share/scweb/term.py": 3205}
pkg_postinst:scweb: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tOPTS=""\n\n\tif [ -n "$D" ]; then\n\t\tOPTS="--root=$D"\n\tfi\n\n\tif [ "enable" = "enable" ]; then\n\t\tfor service in scwebrun.service; do\n\t\t\tsystemctl ${OPTS} enable "$service"\n\t\tdone\n\tfi\n\n\tif [ -z "$D" ]; then\n\t\tsystemctl daemon-reload\n\t\tsystemctl preset scwebrun.service\n\n\t\tif [ "enable" = "enable" ]; then\n\t\t\tsystemctl --no-block restart scwebrun.service\n\t\tfi\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-r $D"\n\telse\n\t\tOPT="-s"\n\tfi\n\tupdate-rc.d $OPT scwebrun.sh start 97 5 .\nfi\n
pkg_postrm:scweb: #!/bin/sh\nset -e\nif [ -n "$D" -o ! -d /run/systemd/system ] && type update-rc.d >/dev/null 2>/dev/null; then\n\tif [ -n "$D" ]; then\n\t\tOPT="-f -r $D"\n\telse\n\t\tOPT="-f"\n\tfi\n\tupdate-rc.d $OPT scwebrun.sh remove\nfi\n
pkg_prerm:scweb: #!/bin/sh\nset -e\nif systemctl >/dev/null 2>/dev/null; then\n\tif [ -z "$D" ]; then\n\t\tsystemctl stop scwebrun.service\n\n\t\tsystemctl disable scwebrun.service\n\tfi\nfi\nif [ -n "$D" -o ! -d /run/systemd/system ] && [ -z "$D" -a -x "/etc/init.d/scwebrun.sh" ]; then\n\t/etc/init.d/scwebrun.sh stop || :\nfi\n
FILERDEPENDSFLIST:scweb: /etc/init.d/scwebrun.sh /usr/bin/scwebrun.sh /usr/share/scweb/sc@underscore@app /usr/share/scweb/sc@underscore@app@underscore@vpk120
FILERDEPENDS:/etc/init.d/scwebrun.sh:scweb:  /bin/sh
FILERDEPENDS:/usr/bin/scwebrun.sh:scweb:  /bin/sh
FILERDEPENDS:/usr/share/scweb/sc@underscore@app:scweb:  /bin/bash
FILERDEPENDS:/usr/share/scweb/sc@underscore@app@underscore@vpk120:scweb:  /bin/bash
PKGSIZE:scweb: 34241411
