Sophie

Sophie

distrib > Altlinux > 4.1 > i586 > by-pkgid > 04b7f1b4038b16bbd79f841c0df46b39 > files > 6

rpm-build-mozilla.org-1.1-alt0.M41.2.src.rpm

#!/bin/sh -efu
#
# Copyright (c) 2008  Alexey Gladkov <gladkov.alexey@gmail.com>.
# 
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2 of the License, or
# (at your option) any later version.

. /usr/lib/rpm/functions
. /usr/lib/rpm/find-package

MozillaReq() {
	for f in "$@"; do
		applicationini.sh "$f"
	done
}

ArgvFileAction MozillaReq "$@"