Run yummy after RPM installation.
authorJunio C Hamano <junio@hera.kernel.org>
Wed, 28 Dec 2005 05:13:01 +0000 (21:13 -0800)
committerJunio C Hamano <junio@hera.kernel.org>
Wed, 28 Dec 2005 05:13:01 +0000 (21:13 -0800)
DoKernelOrg

index 267918d..07ace9c 100755 (executable)
@@ -45,6 +45,9 @@ maint | master)
        ln git-$V.tar.gz $G/. &&
        ln $HOME/rpms/RPMS/i386/git*-$V-* $G/RPMS/i386/. &&
        ln $HOME/rpms/SRPMS/git-$V-* $G/RPMS/SRPMS/. &&
+       {
+               /usr/local/bin/yummy $G/RPMS/i386
+       } &&
        rm -fr ./:rpm.log &&
        make clean &&