summaryrefslogtreecommitdiffstats
path: root/xorg/xserver/PRE_INSTALL
blob: 36bc85b4147841b8ba281dc23bb18e1e32a28427 (plain) (blame)
1
2
3
4
5
6
7
8
9
if spell_ok $SPELL;then
  dispel  --notriggers $SPELL
fi &&
# cleanup  broken symlinks, left over from smgl-gl_select
if ! is_depends_enabled $SPELL smgl-gl_select;then
  for C in $(find -L $INSTALL_ROOT/usr/lib/xorg/modules/extensions  -type l) ; do
    rm $C
  done
fi