diff options
Diffstat (limited to 'hooks/minimal')
-rwxr-xr-x[-rw-r--r--] | hooks/minimal | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/hooks/minimal b/hooks/minimal index 9eb24f7..654867f 100644..100755 --- a/hooks/minimal +++ b/hooks/minimal @@ -1,4 +1,13 @@ +#!/bin/sh + # /usr/share/live-helper/hooks/minimal - hook list for live-helper(7) +# Copyright (C) 2006-2007 Daniel Baumann <daniel@debian.org> +# +# live-helper comes with ABSOLUTELY NO WARRANTY; for details see COPYING. +# This is free software, and you are welcome to redistribute it +# under certain conditions; see COPYING for details. + +set -e # Removing unused packages apt-get remove --purge apt-utils aptitude libdb4.4 |