aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-31 00:24:46 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-08-31 00:24:55 +0200
commite58c649c2a37dd24399a01b5469ad17b30853081 (patch)
tree17819ee91244541a70a6388ff95c6a56070c18da /sboremove
parentdede08ddd30eb0c8500bace9d9ee2750b32802ee (diff)
downloadsbotools2-e58c649c2a37dd24399a01b5469ad17b30853081.tar.xz
sboremove: be explicit that it's for SlackBuilds.org packages
This closes #44.
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index bc42dfe..154b63f 100755
--- a/sboremove
+++ b/sboremove
@@ -59,7 +59,7 @@ $inst_names{$_} = 1 for @$inst_names;
for my $sbo (@ARGV) {
if (get_sbo_location($sbo)) {
$inst_names{$sbo} ? push @sbos, $sbo
- : say "$sbo is not installed";
+ : say "$sbo is not installed from SlackBuilds.org.";
} else {
say "Unable to locate $sbo in the SlackBuilds.org tree."
}