Navigation Menu

Skip to content

Commit

Permalink
ignore 'install plugin' error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Sep 4, 2010
1 parent 4e8a6c9 commit 7933ca1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpm/centos/mysql-groonga.spec.in
Expand Up @@ -58,9 +58,11 @@ rm -rf $RPM_BUILD_ROOT

%post
echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
:

%postun
echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
:

%files
%defattr(-,root,root,-)
Expand Down
2 changes: 2 additions & 0 deletions rpm/fedora/mysql-groonga.spec.in
Expand Up @@ -47,9 +47,11 @@ rm -rf $RPM_BUILD_ROOT

%post
echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
:

%postun
echo "INSTALL PLUGIN groonga SONAME 'ha_groonga.so';" | mysql -u root mysql
:

%files
%defattr(-,root,root,-)
Expand Down

0 comments on commit 7933ca1

Please sign in to comment.