search for: triggerpostun

Displaying 5 results from an estimated 5 matches for "triggerpostun".

2016 Nov 03
1
FireFox and Plugins
Walter Dnes wrote: > > How about manually... > > sudo rm /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so > > You'll have to do it each time you update rhytmbox. ... or create a very simple RPM that just has a '%triggerpostun' script that removes that file each time rhythmbox is updated James Pearson
2000 Sep 27
2
PATCH: OpenSSH RPM spec file problems
...BuildPreReq: tcp_wrappers @@ -221,6 +223,25 @@ /etc/rc.d/init.d/sshd stop >&2 /sbin/chkconfig --del sshd fi + +# Deal with the original ssh-server rpm. +%triggerun server -- ssh-server +if [ "$1" != 0 -a -r /var/run/sshd.pid ] +then + touch /var/run/sshd.restart +fi + +%triggerpostun server -- ssh-server +if [ "$1" != 0 ] +then + /sbin/chkconfig --add sshd + if test -f /var/run/sshd.restart + then + rm -f /var/run/sshd.restart + /etc/rc.d/init.d/sshd start >&2 + fi +fi + %files %defattr(-,root,root)
2012 Mar 25
2
build postfix rpm with mysql
...a-mailqman %{_mandir}/man1/mailq.postfix.1%{mps} \ --slave %{_mandir}/man1/newaliases.1%{mps} mta-newaliasesman %{_mandir}/man1/newaliases.postfix.1%{mps} \ --slave %{_mandir}/man5/aliases.5%{mps} mta-aliasesman %{_mandir}/man5/aliases.postfix.5%{mps} \ --initscript postfix exit 0 %triggerpostun -- sendmail # If removing sendmail and not using alternatives: replace with postfix equivalents %whinge "%{V_postfix}-%{rel} triggerpostun -- sendmail: final number of sendmail packages=$2" [ $2 = 0 ] || exit 0 # See changelog for explanation of mta-sendmailman entry. %{_sbindir}/altern...
2011 Nov 19
4
build postfix spec w/ mysql
...an %{_mandir}/man1/mailq.postfix.1%{mps} \ --slave %{_mandir}/man1/newaliases.1%{mps} mta-newaliasesman %{_mandir}/man1/newaliases.postfix.1%{mps} \ --slave %{_mandir}/man5/aliases.5%{mps} mta-aliasesman %{_mandir}/man5/aliases.postfix.5%{mps} \ --initscript postfix exit 0 %triggerpostun -- sendmail # If removing sendmail and not using alternatives: replace with postfix equivalents %whinge "%{V_postfix}-%{rel} triggerpostun -- sendmail: final number of sendmail packages=$2" [ $2 = 0 ] || exit 0 # See changelog for explanation of mta-sendmailman entry. %{_sbindir}/altern...
2016 Nov 03
8
FireFox and Plugins
While doing a browser fingerprinting survey, I was quite surprised to see I actually have a FireFox plugin installed. The culprit is /usr/lib64/mozilla/plugins/librhythmbox-itms-detection-plugin.so It appears that whoever maintains the rhythmbox RPM has chosen not to package the browser plugin separately like it probably should be. So if I have the rhythmbox RPM installed, I have the plugin.