summaryrefslogtreecommitdiff
path: root/noncore/settings/aqpkg/ipkg.h
authorandyq <andyq>2002-11-01 00:01:58 (UTC)
committer andyq <andyq>2002-11-01 00:01:58 (UTC)
commit108c1c753e74e989cc13923086996791428c9af4 (patch) (side-by-side diff)
treed814e79cf60dd39c973e9bd98b1954126f5c1039 /noncore/settings/aqpkg/ipkg.h
parentaad44cbe72cda54a92e5f777fb3f4ea7d01cc429 (diff)
downloadopie-108c1c753e74e989cc13923086996791428c9af4.zip
opie-108c1c753e74e989cc13923086996791428c9af4.tar.gz
opie-108c1c753e74e989cc13923086996791428c9af4.tar.bz2
Added workaround for installing, removing then reinstalling packages to
different destiations. Also now only sends the -dest command down to ipkg on an install
Diffstat (limited to 'noncore/settings/aqpkg/ipkg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/aqpkg/ipkg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/noncore/settings/aqpkg/ipkg.h b/noncore/settings/aqpkg/ipkg.h
index 63588c4..55e9ff4 100644
--- a/noncore/settings/aqpkg/ipkg.h
+++ b/noncore/settings/aqpkg/ipkg.h
@@ -63,6 +63,7 @@ private:
QList<QString> *dependantPackages;
int executeIpkgCommand( QString &cmd, const QString option );
+ void removeStatusEntry();
void linkPackage( const QString &packFileName, const QString &dest, const QString &destDir );
QStringList* getList( const QString &packageFilename, const QString &destDir );
void processFileList( const QStringList *fileList, const QString &destDir );