~linaro-maintainers/live-build/linaro-live-build-3

« back to all changes in this revision

Viewing changes to hooks/stripped

  • Committer: Daniel Baumann
  • Date: 2011-03-09 18:19:23 UTC
  • Revision ID: git-v1:c5c3f6133a0fb62ba9c2c3b839e6ea5774f9c76a
Adding debian version 3.0~a1-1.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#!/bin/sh
2
2
 
3
3
## live-build(7) - System Build Scripts
4
 
## Copyright (C) 2006-2011 Daniel Baumann <daniel@debian.org>
 
4
## Copyright (C) 2006-2010 Daniel Baumann <daniel@debian.org>
5
5
##
6
6
## live-build comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
7
7
## This is free software, and you are welcome to redistribute it
10
10
 
11
11
set -e
12
12
 
13
 
# WARNING: Using this hook will result in a stripped system, means,
14
 
# it may very well be possible that other packages are depending
15
 
# on certain files that get removed here.
16
 
# Therefore, this hooks is merely an inspiration for what could be
17
 
# removed and not a generic nor recommendet solution to get the
18
 
# image filesize down. In any event, using this hook can lead to
19
 
# unforseen bugs and breakages in other packages and you should
20
 
# be prepared to find and fix it for your own images.
21
 
 
22
13
# Removing unused packages
23
14
for PACKAGE in apt-utils aptitude man-db manpages info wget dselect
24
15
do