diff options
author | Timo Teras <timo.teras@iki.fi> | 2009-07-16 08:52:22 +0300 |
---|---|---|
committer | Timo Teras <timo.teras@iki.fi> | 2009-07-16 08:52:22 +0300 |
commit | 6715a0ba12af54767ba889de07afe3543b7c1543 (patch) | |
tree | 40374647df20dc2ca7a4721391598997b644767e /src/apk_package.h | |
parent | 623bc9c5a820906e26c0cc52d0ab230c3c0bc1ab (diff) | |
download | apk-tools-6715a0ba12af54767ba889de07afe3543b7c1543.tar.gz apk-tools-6715a0ba12af54767ba889de07afe3543b7c1543.tar.bz2 apk-tools-6715a0ba12af54767ba889de07afe3543b7c1543.tar.xz apk-tools-6715a0ba12af54767ba889de07afe3543b7c1543.zip |
pkg: remove support for the deprecated .INSTALL script
Diffstat (limited to 'src/apk_package.h')
-rw-r--r-- | src/apk_package.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/apk_package.h b/src/apk_package.h index a281712..b874e0c 100644 --- a/src/apk_package.h +++ b/src/apk_package.h @@ -20,7 +20,6 @@ struct apk_database; struct apk_name; #define APK_SCRIPT_INVALID -1 -#define APK_SCRIPT_GENERIC 0 #define APK_SCRIPT_PRE_INSTALL 1 #define APK_SCRIPT_POST_INSTALL 2 #define APK_SCRIPT_PRE_DEINSTALL 3 |