#!/bin/bash

cd $SLACKTRACKFAKEROOT
chown -R root:bin usr/X11R6/bin
find usr/X11R6/man -type f -print0 | xargs -0 gzip -9
