aboutsummaryrefslogtreecommitdiff
path: root/sboremove
diff options
context:
space:
mode:
authorxocel <xocel@iquidus.org>2013-01-05 03:41:33 +1300
committerxocel <xocel@iquidus.org>2013-01-05 03:41:33 +1300
commit93b0b024bebe84f4dd84c6eaf1bb2c25cb2142f2 (patch)
tree65464f8ab6cadcfd6d4bb93a00fbf0036fce2865 /sboremove
parent33b009c1a149c34f85005a44a0180f515d479183 (diff)
parent641cf316050d2153fa10d971709abd69f6f31a6f (diff)
downloadsbotools2-93b0b024bebe84f4dd84c6eaf1bb2c25cb2142f2.tar.xz
Merge branch 'inst_pkgs': fixes #22, #31
Diffstat (limited to 'sboremove')
-rwxr-xr-xsboremove2
1 files changed, 1 insertions, 1 deletions
diff --git a/sboremove b/sboremove
index 7e4ddfc..7479f29 100755
--- a/sboremove
+++ b/sboremove
@@ -50,7 +50,7 @@ show_usage and exit 0 unless exists $ARGV[0];
# ensure that all provided arguments are valid sbos
my @sbos;
-my $inst_names = get_inst_names(get_installed_sbos);
+my $inst_names = get_inst_names(get_installed_packages 'SBO');
for my $sbo (@ARGV) {
if (get_sbo_location($sbo)) {
$sbo ~~ @$inst_names ? push @sbos, $sbo