Sophie

Sophie

distrib > PLD > ac > amd64 > by-pkgid > f26549ee4e3d2be958693da62bfdaee0 > scriptlet

qsa-doc-1.1.3-1.amd64.rpm

POSTIN

/bin/sh
echo "######################################################"
echo "# Please run the 'qsa-doc -add' command for  every   #"
echo "# user who wants to have access to QSA documentation #"
echo "#         from the Qt Assistant.                     #"
echo "######################################################"

POSTUN

/bin/sh
if [ "$1" = "0" ]; then
echo "###########################################################"
echo "# Please run the 'qsa-doc -remove' command for every user #"
echo "# for whom you ran 'qsa-doc -add' earlier in  order to    #"
echo "#    remove qsa documentation from the Qt Assistant.      #"
echo "##########################################################"
fi