34
34
#CMD_WLOG="/sbin/write_log"
35
35
#CMD_XARGS="/usr/bin/xargs"
36
36
#CMD_7Z="/usr/local/sbin/7z"
37
+ ## Path to ipkg or opkg package tool if installed.
38
+ #CMD_PKG_TOOL=
37
39
#
38
40
###### System definitions #####
39
41
#SYS_EXTRACT_DIR="$(pwd)"
62
64
#SYS_QPKG_CONF_FIELD_SERVICEPORT="Service_Port"
63
65
#SYS_QPKG_CONF_FIELD_SERVICE_PIDFILE="Pid_File"
64
66
#SYS_QPKG_CONF_FIELD_AUTHOR="Author"
65
- #SYS_QPKG_CONF_FIELD_RC_NUMBER="RC_Number"
66
67
## The following variables are assigned values at run-time.
67
68
#SYS_HOSTNAME=$($CMD_HOSTNAME)
68
69
## Data file name (one of SYS_QPKG_DATA_FILE_GZIP, SYS_QPKG_DATA_FILE_BZIP2,
75
76
## Location of installed software.
76
77
#SYS_QPKG_DIR=""
77
78
## If the QPKG should be enabled or disabled after the installation/upgrade.
78
- SYS_QPKG_SERVICE_ENABLED="enabled"
79
- ## Architecture of the device the QPKG is installed on.
80
- #SYS_CPU_ARCH=""
79
+ #SYS_QPKG_SERVICE_ENABLED=""
81
80
## Name and location of system shares
82
81
#SYS_PUBLIC_SHARE=""
83
82
#SYS_PUBLIC_PATH=""
@@ -91,8 +90,6 @@ SYS_QPKG_SERVICE_ENABLED="enabled"
91
90
#SYS_USB_PATH=""
92
91
#SYS_WEB_SHARE=""
93
92
#SYS_WEB_PATH=""
94
- ## Path to ipkg or opkg package tool if installed.
95
- #CMD_PKG_TOOL=
96
93
#
97
94
######################################################################
98
95
# All package specific functions shall call 'err_log MSG' if an error
@@ -136,6 +133,6 @@ SYS_QPKG_SERVICE_ENABLED="enabled"
136
133
#pkg_install(){
137
134
#}
138
135
#
139
- pkg_post_install(){
140
- CMD_LOG_TOOL -t 1 -a "All done....Enable to download and install the latest WebTools for Plex Media Server"
141
- }
136
+ # pkg_post_install(){
137
+ #}
138
+
0 commit comments