[arch-commits] Commit in argyllcms/trunk (argyllcms.install)

Antonio Rojas arojas at archlinux.org
Sat Sep 16 12:14:15 UTC 2017


    Date: Saturday, September 16, 2017 @ 12:14:14
  Author: arojas
Revision: 257777

This belongs in the wiki, not in the install message (FS#55596)

Modified:
  argyllcms/trunk/argyllcms.install

-------------------+
 argyllcms.install |   19 -------------------
 1 file changed, 19 deletions(-)

Modified: argyllcms.install
===================================================================
--- argyllcms.install	2017-09-16 11:19:12 UTC (rev 257776)
+++ argyllcms.install	2017-09-16 12:14:14 UTC (rev 257777)
@@ -1,14 +1,4 @@
 post_install() {
-  cat << EOF
-
-NOTE for argyllcms:
-----
- ==> The documentaion is only available as html!
- ==> You will find it in /usr/share/argyllcms/doc
- ==> Color charts located in /usr/share/argyllcms/ref
- ==> Since release 1.5.0 ColorHug support is enabled by default. The environment variable "ENABLE_COLORHUG" is not longer needed!
-EOF
-
 /usr/sbin/groupadd plugdev &> /dev/null
 RETVAL=$?
 if [ $RETVAL -eq 0 ] ; then
@@ -24,16 +14,7 @@
   post_install $1
 }
 
-pre_remove() {
-  /bin/true
-}
-
 post_remove() {
   /bin/echo "==> Please check if group plugdev and your assigned argyllcms user is still required! <=="
   /bin/true
 }
-
-op=$1
-shift
-
-$op $*



More information about the arch-commits mailing list