Summary
Description: Unnamed repository; edit this file 'description' to name the repository.
Last Change: Wed 4/10/13 13:00
Recent Commits
>
--git a/Ubuntu/ati-packager.sh b/Ubuntu/ati-packager.sh
index 31e8467..89dc7d1 100644
--- a/Ubuntu/ati-packager.sh
+++ b/Ubuntu/ati-packager.sh
@@ -343,6 +343,12 @@ identify()
}
+getMaintainer()
+{
+ echo "Alberto Milone <alberto.milone@canonical.com>"
+ exit 0
+}
+
#Starting point of this script, process the {action} argument
#Requested action
@@ -360,6 +366,9 @@ case "${action}" in
--getAPIVersion)
getAPIVersion
;;
+--get-maintainer)
+ getMaintainer
+ ;;
--identify)
identify $2
;;
<
Copyright © 2013 by Phoronix Media