]> git.pld-linux.org Git - packages/amavis-ng.git/commitdiff
- updated %%pre; rel. 2 auto/ac/amavis-ng-0_1_6_4_orig-2
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Sun, 25 Jul 2004 22:08:45 +0000 (22:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amavis-ng.spec -> 1.25

amavis-ng.spec

index de6d1b0df3c428363e73c6b58a41e8201be99324..2c117cf42ccf7c1c2d9067b7f828b4d457a47a38 100644 (file)
@@ -3,7 +3,7 @@ Summary:        New generation amavis
 Summary(pl):   Amavis nowej generacji
 Name:          amavis-ng
 Version:       0.1.6.4.orig
-Release:       1
+Release:       2
 License:       GPL
 Group:         Applications/Mail
 Source0:       http://dl.sourceforge.net/amavis/%{name}_%{version}.tar.gz
@@ -88,6 +88,12 @@ install magic.mime $RPM_BUILD_ROOT%{_datadir}/amavis-ng
 rm -rf $RPM_BUILD_ROOT
 
 %pre
+if [ "$1" = "1" ]; then
+    echo
+    echo type \"info amavis-ng\" to get help
+    echo
+fi
+
 if [ -n "`getgid amavis`" ]; then
        if [ "`getgid amavis`" != "97" ]; then
                echo "Warning: group amavis doesn't have gid=97. Correct this before installing amavis" 1>&2
This page took 0.094773 seconds and 4 git commands to generate.