]> git.pld-linux.org Git - packages/phpBB.git/commitdiff
- readded proper trigger
authorPaweł Gołaszewski <blues@pld-linux.org>
Sat, 6 Nov 2004 21:05:44 +0000 (21:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    phpBB.spec -> 1.52

phpBB.spec

index ad7c20040db90536cb0a06015115a427b8110b21..0bcec29fc48223bf14e54f4161d52f8df76d6f7c 100644 (file)
@@ -122,11 +122,11 @@ if [ "$1" = "0" ]; then
         fi
 fi
 
-
-%triggerpostun -- %{name} <= 2.0.10-1
+%triggerpostun -- %{name} < %{version}
 echo "You have to install %{name}-install package to prepare upgrade!!!"
 echo "For upgrade: http://<your.site.address>/<path>/install/upgrade.php"
 
+%triggerpostun -- %{name} <= 2.0.10-1
 if [ -f /home/services/httpd/html/phpBB/config.php.rpmsave ]; then
         mv -f /home/services/httpd/html/phpBB/config.php.rpmsave /etc/phpBB/config.php
 else
This page took 0.024711 seconds and 4 git commands to generate.