Current File : //usr/lib/rpm/macros.d/macros.info
%info_requires \
Requires(post): /sbin/install-info \
Requires(preun): /sbin/install-info

%info_post() \
if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
  /sbin/install-info %{_infodir}/%1 %{_infodir}/dir || : \
fi

%info_preun() \
if [ $1 == 0 ]; then \
  if [ -f %{_infodir}/%1 ]; then # --excludedocs? \
    /sbin/install-info --delete %{_infodir}/%1 %{_infodir}/dir || : \
  fi \
fi
Comments on: Btooom! Chapter 80 https://w3.readbtooom.com/manga/btooom-chapter-80/ Read Btooom! Manga Online in High Quality Wed, 30 Nov 2022 23:56:24 +0000 hourly 1 https://wordpress.org/?v=6.4.5