man: s/triggerin/triggerun/ for rpm upgrades

https://bugzilla.redhat.com/show_bug.cgi?id=626966
This commit is contained in:
Lennart Poettering 2010-09-13 20:51:40 +02:00
parent e702c2c07d
commit 67ff613459
1 changed files with 1 additions and 1 deletions

View File

@ -863,7 +863,7 @@ fi</programlisting>
script and a native systemd service file, use
a fragment like the following:</para>
<programlisting>%triggerin -- foobar &lt; 0.47.11-1
<programlisting>%triggerun -- foobar &lt; 0.47.11-1
if /sbin/chkconfig foobar ; then
/bin/systemctl enable foobar.service foobar.socket >/dev/null 2>&amp;1 || :
fi</programlisting>