Index: en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/plist/chapter.xml @@ -313,7 +313,17 @@ @sample(,games,660) etc/config.sample - + + + + <literal>@desktop-file-utils</literal> + + Will run update-desktop-database -q + after installation and deinstallation. + <literal>@fc</literal> @@ -355,6 +365,13 @@ empty.</para> </sect2> + <sect2 xml:id="plist-keywords-glib-schemas"> + <title><literal>@glib-schemas</literal> + + Runs glib-compile-schemas on + installation and deinstallation. + + <literal>@info</literal> <replaceable>file</replaceable> @@ -365,6 +382,23 @@ deinstallation. + + <literal>@kld</literal> + <replaceable>directory</replaceable> + + Runs kldxref on the directory + on installation and deinstallation. Additionally, on + deinstallation, it will remove the directory if empty. + + + + <literal>@rmtry</literal> + <replaceable>file</replaceable> + + Will remove the file on deinstallation, and not give an + error if the file is not there. + + <literal>@sample</literal> <replaceable>file</replaceable> @@ -380,6 +414,14 @@ information. + + <literal>@shared-mime-info</literal> + <replaceable>directory</replaceable> + + Runs update-mime-database on the + directory on installation and deinstallation. + + <literal>@shell</literal> <replaceable>file</replaceable> Index: en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml =================================================================== --- en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml +++ en_US.ISO8859-1/books/porters-handbook/uses/chapter.xml @@ -8,7 +8,7 @@