aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLucas C. Villa Real <lucasvr@gmail.com>2017-01-02 19:24:01 -0200
committerLucas C. Villa Real <lucasvr@gmail.com>2017-01-02 19:24:01 -0200
commite7660d9ccd5330bca286989f12a62638a3e09155 (patch)
treee66a8d89041b59079b43139c78e987ed6bd78ae1
parent2b2fc42bd0870e18fb5e5ab56e8513f7cbd46612 (diff)
downloadThirdPartyInstallers-e7660d9ccd5330bca286989f12a62638a3e09155.tar.xz
Rename main script.
-rwxr-xr-xbin/ThirdPartyInstaller (renamed from bin/InstallPackage-RPM)4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/InstallPackage-RPM b/bin/ThirdPartyInstaller
index 099f670..131a31e 100755
--- a/bin/InstallPackage-RPM
+++ b/bin/ThirdPartyInstaller
@@ -92,7 +92,7 @@ function flatten_package() {
if [ -h "/opt/$vendordir/$pkgdir" ]
then
Log_Error "Too many programs are attempting to populate /opt/$vendordir/$pkgdir"
- Log_Error "This feature is not supported by InstallPackage-RPM at this time."
+ Log_Error "This feature is not supported by ThirdPartyInstaller at this time."
continue
fi
for optfile in $(basename --multiple ./opt/$vendordir/$pkgdir/*)
@@ -168,7 +168,7 @@ function flatten_package() {
fi
if [ -e Resources/UnmanagedFiles ]
then
- # If multiple RPM files are being merged, then ensure we have no dups
+ # If multiple RPM/DEB files are being merged, then ensure we have no dups
cat Resources/UnmanagedFiles | sort -n | uniq > x && mv x Resources/UnmanagedFiles
fi
rmdir * 2> /dev/null