forked from 007revad/ScriptNotify
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathINFO.BAK
More file actions
22 lines (20 loc) · 884 Bytes
/
INFO.BAK
File metadata and controls
22 lines (20 loc) · 884 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#!/bin/bash
# Copyright (c) 2000-2020 Synology Inc. All rights reserved.
#source /pkgscripts/include/pkg_util.sh
package="ScriptNotify"
version="1.0.0-0001"
maintainer="007revad"
maintainer_url="https://github.com/007revad"
distributor="007revad"
distributor_url="https://github.com/007revad"
arch="noarch"
dsmuidir="ui"
dsmappname="SYNO.SDS.ScriptNotify"
support_center="no"
silent_upgrade="no"
thirdparty="yes"
os_min_ver="7.0-40000"
description="This allows your scripts to use synodsmnotify -c SYNO.SDS.ScriptNotify @users ScriptNotify:app:title1 ScriptNotify:app:msg1 ''String1'' to display messages to the user."
displayname="Script Notify for DSM 7"
description_enu="This allows your scripts to use synodsmnotify -c SYNO.SDS.ScriptNotify @users ScriptNotify:app:title1 ScriptNotify:app:msg1 ''String1'' to display messages to the user."
displayname_enu="Script Notify DSM 7"