summaryrefslogtreecommitdiff
path: root/src/apk_database.h
diff options
context:
space:
mode:
authorTimo Teras <timo.teras@iki.fi>2009-07-24 14:02:56 +0300
committerTimo Teras <timo.teras@iki.fi>2009-07-24 14:02:56 +0300
commitc8c52e1dc6fbf99c013d16723a0b4c4087dc8439 (patch)
tree73e91f80765a014606bf8dec1249563921e6e4a6 /src/apk_database.h
parente5be34335ca8ff9df4ec53c2ab421522a6ca02c3 (diff)
downloadapk-tools-c8c52e1dc6fbf99c013d16723a0b4c4087dc8439.tar.gz
apk-tools-c8c52e1dc6fbf99c013d16723a0b4c4087dc8439.tar.bz2
apk-tools-c8c52e1dc6fbf99c013d16723a0b4c4087dc8439.tar.xz
apk-tools-c8c52e1dc6fbf99c013d16723a0b4c4087dc8439.zip
db: remove APK_NAME_VIRTUAL flag
use the package 'installed_size' == 0 as a test instead for dependency only packages.
Diffstat (limited to 'src/apk_database.h')
-rw-r--r--src/apk_database.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apk_database.h b/src/apk_database.h
index d2f27eb..35b0da1 100644
--- a/src/apk_database.h
+++ b/src/apk_database.h
@@ -62,7 +62,6 @@ struct apk_db_dir_instance {
};
#define APK_NAME_TOPLEVEL 0x0001
-#define APK_NAME_VIRTUAL 0x0002
struct apk_name {
apk_hash_node hash_node;