OCaml 4.13.1 rebuild
[arch-packages.git] / cups / repos / extra-x86_64 / cups.install
blob017cc4dcae1318ed5781f127c587a401775e943b
1 post_install() {
2  echo ">> If you use an HTTPS connection to CUPS, the first time you access"
3  echo ">> the interface it may take a very long time before the site comes up."
4  echo ">> This is because the first request triggers the generation of the CUPS"
5  echo ">> SSL certificates which can be a very time-consuming job."
8 post_upgrade() {
9   # FS#56818 - make sure we change the ownership to the new cups group
10   if [[ $(vercmp 2.2.6-3 $2) = 1 ]]; then
11     chgrp -R 209 /etc/cups
12     echo "Cups daemon is now running under \"cups\" user+group."
13     echo "Please make sure to enable the new user+group change in"
14     echo "/etc/cups/cups-files.conf or merge changes from"
15     echo "/etc/cups/cups-files.conf.default. After a service restart"
16     echo "make sure /etc/cups and all files within are owned by"
17     echo "cups group - run \"chgrp -R cups /etc/cups\"." 
18   fi
20   # upstream reverted back to common old naming scheme
21   if [[ $(vercmp 2.3.3+105+g59137acc1-1 $2) = 1 ]]; then
22     echo ">>> Cups systemd socket and service files have been"
23     echo ">>> renamed by upstream decision. Please make sure"
24     echo ">>> to disable/reenable the services to your need."
25     echo ">>> hint: \"pacman -Ql cups | grep systemd\" and"
26     echo ">>> \"ls -lR /etc/systemd/ | grep cups\" "
27   fi