diff options
Diffstat (limited to 'src/VBox/Installer/solaris/preremove.sh')
-rwxr-xr-x | src/VBox/Installer/solaris/preremove.sh | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/VBox/Installer/solaris/preremove.sh b/src/VBox/Installer/solaris/preremove.sh index a0ab4b52..388980f9 100755 --- a/src/VBox/Installer/solaris/preremove.sh +++ b/src/VBox/Installer/solaris/preremove.sh @@ -1,8 +1,13 @@ #!/bin/sh +# $Id: preremove.sh $ +## @file +# VirtualBox preremove script for Solaris. +# + # # VirtualBox preremove script for Solaris. # -# Copyright (C) 2007-2010 Oracle Corporation +# Copyright (C) 2007-2013 Oracle Corporation # # This file is part of VirtualBox Open Source Edition (OSE), as # available from http://www.virtualbox.org. This file is free software; |