diff options
author | B. Stack <bgstack15@gmail.com> | 2022-11-05 15:33:13 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-11-05 15:34:09 -0400 |
commit | 3c6d0bf3fd3ebce3a248a627383737e69a700317 (patch) | |
tree | 1e595a8b1fba7ae58f7c594179063abf16601502 /src/usr/bin/netmounts-trayicon | |
parent | initial commit (diff) | |
download | stackrpms-thinkpad-p50s-3c6d0bf3fd3ebce3a248a627383737e69a700317.tar.gz stackrpms-thinkpad-p50s-3c6d0bf3fd3ebce3a248a627383737e69a700317.tar.bz2 stackrpms-thinkpad-p50s-3c6d0bf3fd3ebce3a248a627383737e69a700317.zip |
add man pages
Diffstat (limited to 'src/usr/bin/netmounts-trayicon')
-rwxr-xr-x | src/usr/bin/netmounts-trayicon | 2 |
1 files changed, 1 insertions, 1 deletions
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 & |