diff options
author | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-03-29 23:02:57 +0000 |
---|---|---|
committer | Han-Wen Nienhuys <hanwen@xs4all.nl> | 2005-03-29 23:02:57 +0000 |
commit | a836f33016312c036d66a3d49a273d84f3ca56fb (patch) | |
tree | 7fd145acc1b3d386c6c1ef51a36d08e36c3cb223 /make | |
parent | 3625e5c822492ad7494ac59a22a806d1b1ea28cd (diff) |
(Group): remove texmf profile stuff.
Diffstat (limited to 'make')
-rw-r--r-- | make/lilypond.fedora.spec.in | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/make/lilypond.fedora.spec.in b/make/lilypond.fedora.spec.in index 52c9cebd21..816509c54e 100644 --- a/make/lilypond.fedora.spec.in +++ b/make/lilypond.fedora.spec.in @@ -78,9 +78,7 @@ gzip -9fn $RPM_BUILD_ROOT%{_mandir}/man1/* # profile scripts. -mkdir -p $RPM_BUILD_ROOT/etc/profile.d -cp buildscripts/out/lilypond-profile $RPM_BUILD_ROOT/etc/profile.d/lilypond.sh -cp buildscripts/out/lilypond-login $RPM_BUILD_ROOT/etc/profile.d/lilypond.csh + # web doc make prefix="$RPM_BUILD_ROOT%{_prefix}" \ @@ -100,7 +98,6 @@ gzip -9fn `find $RPM_BUILD_ROOT%{_infodir}/ -name '*.info'` %post touch /tmp/.lilypond-install -rm `find /var/lib/texmf -name 'feta*pk' -or -name 'feta*tfm' -or -name 'parmesan*pk' -or -name 'parmesan*tfm' -print` /tmp/.lilypond-install %if %{info} /sbin/install-info %{_infodir}/lilypond/lilypond.info.gz %{_infodir}/dir @@ -118,10 +115,6 @@ if [ -d /usr/share/vim ]; then fi -# chkfontpath --add=%{_datadir}/lilypond/@TOPLEVEL_VERSION@/fonts/type1/ - -echo 'Logout first before using LilyPond.' - %preun if [ -f /usr/share/lilypond/%{version}/ls-R ]; then rm -f /usr/share/lilypond/%{version}/ls-R |