summaryrefslogtreecommitdiffstats
path: root/installer/OpenSLX/OSSetup/Packager/Base.pm
diff options
context:
space:
mode:
authorOliver Tappe2007-05-18 19:59:01 +0200
committerOliver Tappe2007-05-18 19:59:01 +0200
commite8198517caad8a97977a29cb5350018165eae2df (patch)
tree537740c3ac5be6371be6993ed491a4b9b6649cf6 /installer/OpenSLX/OSSetup/Packager/Base.pm
parent* fixed incorrect use of private-path instead of stage1-path, as reported (diff)
downloadcore-e8198517caad8a97977a29cb5350018165eae2df.tar.gz
core-e8198517caad8a97977a29cb5350018165eae2df.tar.xz
core-e8198517caad8a97977a29cb5350018165eae2df.zip
* added support to packager for getting a list of the packages that are
already installed git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1087 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'installer/OpenSLX/OSSetup/Packager/Base.pm')
-rw-r--r--installer/OpenSLX/OSSetup/Packager/Base.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/installer/OpenSLX/OSSetup/Packager/Base.pm b/installer/OpenSLX/OSSetup/Packager/Base.pm
index 6ab76cfa..a9205dd4 100644
--- a/installer/OpenSLX/OSSetup/Packager/Base.pm
+++ b/installer/OpenSLX/OSSetup/Packager/Base.pm
@@ -55,6 +55,10 @@ sub installPackages
{
}
+sub getInstalledPackages
+{
+}
+
1;
################################################################################