]> git.pld-linux.org Git - packages/enchant.git/commitdiff
- add suggestion banner
authoraredridel <aredridel@pld-linux.org>
Mon, 26 Dec 2005 20:31:24 +0000 (20:31 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    enchant.spec -> 1.10

enchant.spec

index 4cc3cebcf64cac803e9f902736a3749fa77dbb1d..659a97be1f5313f44d003c31e2915fde495a3a1b 100644 (file)
@@ -161,7 +161,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/enchant/*.{la,a}
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post  -p /sbin/ldconfig
+%post
+/sbin/ldconfig
+%banner %{name} -e << EOF
+you should install one of the backends for enchant:
+- enchant-aspell
+- enchant-ispell
+- enchant-myspell
+- enchant-uspell
+and appropriate dictionaries
+EOF
 %postun        -p /sbin/ldconfig
 
 %files
This page took 0.146371 seconds and 4 git commands to generate.