dpkg 1.21.11
actions.h
Go to the documentation of this file.
1/*
2 * dpkg - main program for package management
3 * actions.h - command action definition list
4 *
5 * Copyright © 1995 Ian Jackson <ijackson@chiark.greenend.org.uk>
6 * Copyright © 2006, 2008-2016 Guillem Jover <guillem@debian.org>
7 *
8 * This is free software; you can redistribute it and/or modify
9 * it under the terms of the GNU General Public License as published by
10 * the Free Software Foundation; either version 2 of the License, or
11 * (at your option) any later version.
12 *
13 * This is distributed in the hope that it will be useful,
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 * GNU General Public License for more details.
17 *
18 * You should have received a copy of the GNU General Public License
19 * along with this program. If not, see <https://www.gnu.org/licenses/>.
20 */
21
22#ifndef DPKG_ACTIONS_H
23#define DPKG_ACTIONS_H
24
25enum action {
27
36
44
46
51
53
58
62
66
73
76};
77
78#endif /* DPKG_ACTIONS_H */
action
Definition: actions.h:25
@ act_version
Definition: actions.h:75
@ act_cmpversions
Definition: actions.h:45
@ act_controllist
Definition: actions.h:42
@ act_assert_feature
Definition: actions.h:52
@ act_printavail
Definition: actions.h:68
@ act_forgetold
Definition: actions.h:72
@ act_avail
Definition: actions.h:67
@ act_avclear
Definition: actions.h:69
@ act_setselections
Definition: actions.h:64
@ act_listfiles
Definition: actions.h:39
@ act_avmerge
Definition: actions.h:71
@ act_arch_add
Definition: actions.h:47
@ act_commandfd
Definition: actions.h:35
@ act_purge
Definition: actions.h:33
@ act_status
Definition: actions.h:37
@ act_validate_version
Definition: actions.h:57
@ act_remove
Definition: actions.h:32
@ act_install
Definition: actions.h:30
@ act_validate_trigname
Definition: actions.h:55
@ act_getselections
Definition: actions.h:63
@ act_printforeignarches
Definition: actions.h:50
@ act_configure
Definition: actions.h:29
@ act_controlpath
Definition: actions.h:41
@ act_avreplace
Definition: actions.h:70
@ act_clearselections
Definition: actions.h:65
@ act_unset
Definition: actions.h:26
@ act_audit
Definition: actions.h:59
@ act_validate_pkgname
Definition: actions.h:54
@ act_verify
Definition: actions.h:34
@ act_predeppackage
Definition: actions.h:61
@ act_printarch
Definition: actions.h:49
@ act_unpackchk
Definition: actions.h:60
@ act_searchfiles
Definition: actions.h:40
@ act_help
Definition: actions.h:74
@ act_listpackages
Definition: actions.h:38
@ act_arch_remove
Definition: actions.h:48
@ act_unpack
Definition: actions.h:28
@ act_validate_archname
Definition: actions.h:56
@ act_triggers
Definition: actions.h:31
@ act_controlshow
Definition: actions.h:43