]> git.pld-linux.org Git - packages/galeon.git/commitdiff
- added %%post (like RH and MDK)
authormichuz <michuz@pld-linux.org>
Sat, 30 Jun 2001 23:47:17 +0000 (23:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    galeon.spec -> 1.28

galeon.spec

index 3d4f70a4268aae45b194a5c9ea9af9acd93a951c..19786118b6a06da64e56e322a6e62fe0f437cc14 100644 (file)
@@ -74,6 +74,11 @@ gzip -9nf AUTHORS ChangeLog NEWS README
 
 %find_lang %{name} --with-gnome
 
+%post
+umask 022
+rm -f %{_libdir}/mozilla/component.reg
+MOZILLA_FIVE_HOME=%{_libdir}/mozilla regxpcom
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
This page took 0.040505 seconds and 4 git commands to generate.