summaryrefslogtreecommitdiffstats
path: root/abs/extra/cups/cups.install
diff options
context:
space:
mode:
authorCecil <knoppmyth@gmail.com>2011-07-04 21:22:20 (GMT)
committerCecil <knoppmyth@gmail.com>2011-07-04 21:22:20 (GMT)
commit473c18ce7f181ef05ba9855276c072f86ac5cd7c (patch)
tree16269e89dd35c18aa9944768859664ce19feb1f4 /abs/extra/cups/cups.install
parent061a8311857dd0d80e70269b159379c3adbf770e (diff)
downloadlinhes_pkgbuild-473c18ce7f181ef05ba9855276c072f86ac5cd7c.zip
linhes_pkgbuild-473c18ce7f181ef05ba9855276c072f86ac5cd7c.tar.gz
linhes_pkgbuild-473c18ce7f181ef05ba9855276c072f86ac5cd7c.tar.bz2
cups:bumped to latest
Diffstat (limited to 'abs/extra/cups/cups.install')
-rw-r--r--abs/extra/cups/cups.install10
1 files changed, 7 insertions, 3 deletions
diff --git a/abs/extra/cups/cups.install b/abs/extra/cups/cups.install
index 97fda5a..e92e17e 100644
--- a/abs/extra/cups/cups.install
+++ b/abs/extra/cups/cups.install
@@ -1,11 +1,15 @@
post_install() {
- xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
+ echo ">> If you use an HTTPS connection to CUPS, the first time you access"
+ echo ">> the interface it may take a very long time before the site comes up."
+ echo ">> This is because the first request triggers the generation of the CUPS"
+ echo ">> SSL certificates which can be a very time-consuming job."
}
post_upgrade() {
- post_install
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}
post_remove() {
- post_install
+ xdg-icon-resource forceupdate --theme hicolor 2> /dev/null
}