summaryrefslogtreecommitdiff
path: root/src/usr/bin/netmounts-trayicon
diff options
context:
space:
mode:
Diffstat (limited to 'src/usr/bin/netmounts-trayicon')
-rwxr-xr-xsrc/usr/bin/netmounts-trayicon4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/usr/bin/netmounts-trayicon b/src/usr/bin/netmounts-trayicon
index 72bf020..6f0ed59 100755
--- a/src/usr/bin/netmounts-trayicon
+++ b/src/usr/bin/netmounts-trayicon
@@ -1,11 +1,11 @@
#!/bin/sh
# File: /usr/bin/netmounts-trayicon
-# Location: stackrpms-thinkpad-p50s package
+# Location: stackrpms-acer-chromebook package
# Author: bgstack15
# SPDX-License-Identifier: GPL-3.0
# Startdate: 2022-01-07 14:15
# Title: Net mounts Trayicon utility
-# Package: stackrpms-thinkpad-p50s
+# Package: stackrpms-acer-chromebook
# Purpose: Provide easy mount/unmount control for network shares from system tray
# History:
# 2022-11-03 adapted for package
bgstack15