# # List of Files to Exclude from *.tgz # # tar zcvf kde.medium.tgz /opt/kde --exclude this-stuff # tar zcvf kde.medium.tgz /opt/kde ` grep -iv "^#" EXCLUDES.kde.txt ` # # # 25-Aug-05 amo Date-of-Birth # # # Get a minimum-kde list from kde-base # # #-exclude opt/kde/bin --exclude opt/kde/doc #-exclude opt/kde/etc --exclude opt/kde/include #-exclude opt/kde/lib --exclude opt/kde/man --exclude opt/kde/share/doc # # # fix apps and locale separately ( installed as needed from kde.desktop.tgz ) # apps = 130MB # icons = 50MB # locale = 336MB # --exclude opt/kde/share/apps --exclude opt/kde/share/icons --exclude opt/kde/share/locale --exclude opt/kde/share/sip # # End of file