summaryrefslogtreecommitdiff
path: root/src/apk_package.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/apk_package.h')
-rw-r--r--src/apk_package.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/apk_package.h b/src/apk_package.h
index 83bbd70..41d65cb 100644
--- a/src/apk_package.h
+++ b/src/apk_package.h
@@ -63,11 +63,9 @@ struct apk_dependency {
};
APK_ARRAY(apk_dependency_array, struct apk_dependency);
-#define APK_IPKGF_RUN_ALL_TRIGGERS 0x00000001
-
struct apk_installed_package {
struct apk_package *pkg;
- unsigned int flags;
+ unsigned int run_all_triggers : 1;
unsigned short replaces_priority;
struct list_head installed_pkgs_list;
struct list_head trigger_pkgs_list;