packages/SUNWxwfnt/postinstall.tmpl
changeset 340 08d9036bb8c8
parent 244 6e6c16040af9
child 560 5e6bb0a1bfc0
equal deleted inserted replaced
339:e42fc768c6ee 340:08d9036bb8c8
       
     1 ###########################################################################
       
     2 #
       
     3 # Copyright 2008 Sun Microsystems, Inc.  All rights reserved.
       
     4 #
       
     5 # Permission is hereby granted, free of charge, to any person obtaining a
       
     6 # copy of this software and associated documentation files (the
       
     7 # "Software"), to deal in the Software without restriction, including
       
     8 # without limitation the rights to use, copy, modify, merge, publish,
       
     9 # distribute, and/or sell copies of the Software, and to permit persons
       
    10 # to whom the Software is furnished to do so, provided that the above
       
    11 # copyright notice(s) and this permission notice appear in all copies of
       
    12 # the Software and that both the above copyright notice(s) and this
       
    13 # permission notice appear in supporting documentation.
       
    14 #
       
    15 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
       
    16 # OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
       
    17 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT
       
    18 # OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR
       
    19 # HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR ANY SPECIAL
       
    20 # INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER RESULTING
       
    21 # FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
       
    22 # NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
       
    23 # WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
       
    24 #
       
    25 # Except as contained in this notice, the name of a copyright holder
       
    26 # shall not be used in advertising or otherwise to promote the sale, use
       
    27 # or other dealings in this Software without prior written authorization
       
    28 # of the copyright holder.
       
    29 #
       
    30 ###########################################################################
       
    31 #
       
    32 # SUNWxwfnt (X Window System platform required fonts) postinstall script.
       
    33 #
       
    34 # /usr/openwin/bin/installalias  and mkfontdir was previously packaged
       
    35 # in SUNWxwfnt.  Now it is moved to SUNWxwfsw and we need to preserve it
       
    36 # due to zones upgrade from S10.
       
    37 # Therefore, removef(1M) is used to remove the packaging database entry
       
    38 # although the files itself are preserved.
       
    39 #
       
    40 FILELIST="\
       
    41 /usr/openwin/server/lib/libtypesclr.so.0 \
       
    42 /usr/openwin/server/lib/libtypesclr.so \
       
    43 /usr/openwin/server/lib/libfont.so.1 \
       
    44 /usr/openwin/server/lib/libfont.so \
       
    45 /usr/openwin/server/lib \
       
    46 /usr/openwin/server \
       
    47 /usr/openwin/lib/installalias \
       
    48 /usr/openwin/bin/mkfontdir \
       
    49 /usr/openwin/bin \
       
    50 "
       
    51 for i in $FILELIST ; do
       
    52 /usr/sbin/removef  SUNWxwfnt $i >/dev/null 2>&1
       
    53 done
       
    54 /usr/sbin/removef -f  SUNWxwfnt >/dev/null 2>&1
       
    55 
       
    56 include fc_rebuild
       
    57 
       
    58 exit 0