]> git.pld-linux.org Git - packages/amarok.git/commitdiff
- annoy me once with those libvisual-garbages-*
authorElan Ruusamäe <glen@pld-linux.org>
Tue, 16 Aug 2005 18:16:27 +0000 (18:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    amarok.spec -> 1.60

amarok.spec

index a10f8b86f4ec77b22550ed799ff0004649dce83d..8c5c7f3739921217dd427bc21c9844e0df3853b4 100644 (file)
@@ -203,8 +203,10 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/locale/xx
 rm -rf $RPM_BUILD_ROOT
 
 %post
-echo "Remember to install libvisual-plugins-* packages if you"
-echo "want to have a visualizations in amarok."
+if [ "$1" = 1 ]; then
+       echo "Remember to install libvisual-plugins-* packages if you"
+       echo "want to have a visualizations in amaroK."
+fi
 
 %files -f %{name}.lang
 %defattr(644,root,root,755)
This page took 0.039769 seconds and 4 git commands to generate.