diff options
Diffstat (limited to 'src/usr/bin')
-rwxr-xr-x | src/usr/bin/hwset-thinkpad-p50s | 2 | ||||
-rwxr-xr-x | src/usr/bin/netmounts-trayicon | 2 | ||||
-rwxr-xr-x | src/usr/bin/vpn-trayicon | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/usr/bin/hwset-thinkpad-p50s b/src/usr/bin/hwset-thinkpad-p50s index 06dae21..12e7c14 100755 --- a/src/usr/bin/hwset-thinkpad-p50s +++ b/src/usr/bin/hwset-thinkpad-p50s @@ -17,7 +17,7 @@ # Improve: # Provide better 'screen 0' detection. Right now it is hard-coded to use display LVDS. # Dependencies: -# devuan-req: bgscripts-core +# dep-devuan: bgscripts-core fiversion="2017-11-10a" hwsetversion="2022-11-03a" # for Thinkpad P50s diff --git a/src/usr/bin/netmounts-trayicon b/src/usr/bin/netmounts-trayicon index 932dcf1..72bf020 100755 --- a/src/usr/bin/netmounts-trayicon +++ b/src/usr/bin/netmounts-trayicon @@ -15,7 +15,7 @@ # Improve: # Documentation: # Dependencies: -# devuan-req: mktrayicon +# dep-devuan: mktrayicon clean_netmounts_trayicon() { { test -e "${netmounts_trayicon}" && echo "q" > "${netmounts_trayicon}" ; } 1>/dev/null 2>&1 & diff --git a/src/usr/bin/vpn-trayicon b/src/usr/bin/vpn-trayicon index 224e5cc..ecae2de 100755 --- a/src/usr/bin/vpn-trayicon +++ b/src/usr/bin/vpn-trayicon @@ -16,7 +16,7 @@ # Documentation: # for some stupid reason sudo /usr/local/bin/vpn-on doesn't work, so I just use the real commands here. # Dependencies: -# devuan-req: mktrayicon +# dep-devuan: mktrayicon clean_vpn_trayicon() { { test -e "${vpn_trayicon}" && echo "q" > "${vpn_trayicon}" ; } 1>/dev/null 2>&1 & |