aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorxocel <xocel@iquidus.org>2012-10-28 11:06:50 +1300
committerxocel <xocel@iquidus.org>2012-10-28 11:06:50 +1300
commitf7978f0646b0e5f6384e445aef1d965448027608 (patch)
treeaed5c7d4c35881f6e833b748e1148bc99ffdc184 /sboremove
parent3fdae005e5329f6a7dff968a98eacdda9eba85c9 (diff)
downloadsbotools2-f7978f0646b0e5f6384e445aef1d965448027608.tar.xz
sboremove: minor changes
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove6
1 files changed, 4 insertions, 2 deletions
diff --git a/sboremove b/sboremove
index e4e43ff..5bc0540 100755
--- a/sboremove
+++ b/sboremove
@@ -136,7 +136,7 @@ for my $pkg (@$remove_queue) {
say "Required by: $req_by_line";
} else {
unless ($is_rootpkg) {
- say "It appears $pkg is no longer required on your system";
+ say "It appears $pkg will no longer be required on your system";
}
}
$is_rootpkg = 0;
@@ -189,4 +189,6 @@ for my $instpkg (@confirmed) {
system("/sbin/removepkg $instpkg");
}
-say "All operations completed successfully."
+say "All operations have completed successfully."
+
+exit 0; \ No newline at end of file