]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- rename ns_plugin* -> nsplugin*
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 27 Jun 2005 18:21:15 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.225

rpm.macros

index e493fac3448b7abcf0fbe6dbb58e6e0448e8d5ff..8c4e9c6e0d4c0f9c1da4ec942969ce8a08a21f4f 100644 (file)
@@ -717,7 +717,7 @@ fi \
 
 # see browser-plugins.spec / template-browser-plugin.spec
 # written by glen@pld-linux.org.
-%ns_plugin_install(d:) { \
+%nsplugin_install(d:) { \
 # create link if it's first install of either of the packages \
 if [ "$1" = "1" ] && [ "$2" = "1" ]; then \
 ( \
@@ -729,7 +729,7 @@ if [ "$1" = "1" ] && [ "$2" = "1" ]; then \
 ) | ( %banner -t 5 -e %{name}-in ); fi; \
 }
 
-%ns_plugin_uninstall(d:) { \
+%nsplugin_uninstall(d:) { \
 # remove link if either of the packages are gone \
 if [ "$1" = "0" ] || [ "$2" = "0" ]; then \
 ( \
This page took 0.087298 seconds and 4 git commands to generate.