This file is indexed.

postinst is in pmacct 1.7.0-1.

This file is a maintainer script. It is executed when installing (*inst) or removing (*rm) the package.

The actual contents of the file can be viewed below.

  1
  2
  3
  4
  5
  6
  7
  8
  9
 10
 11
 12
 13
 14
 15
 16
 17
 18
 19
 20
 21
 22
 23
 24
 25
 26
 27
 28
 29
 30
 31
 32
 33
 34
 35
 36
 37
 38
 39
 40
 41
 42
 43
 44
 45
 46
 47
 48
 49
 50
 51
 52
 53
 54
 55
 56
 57
 58
 59
 60
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
#!/bin/sh

set -e
if dpkg-maintscript-helper supports mv_conffile; then
    dpkg-maintscript-helper mv_conffile \
        /etc/init.d/pmacct \
        /etc/init.d/pmacctd \
        1.5.0-1~~ pmacct -- "$@"

    dpkg-maintscript-helper mv_conffile \
        /etc/default/pmacct \
        /etc/default/pmacctd \
        1.5.0-1~~ pmacct -- "$@"
fi

# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'pmacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'pmacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'pmacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'pmacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'pmacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'nfacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'nfacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'nfacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'nfacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'nfacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'pmacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'pmacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'pmacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'pmacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'pmacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'nfacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'nfacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'nfacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'nfacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'nfacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'pmacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'pmacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'pmacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'pmacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'pmacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'sfacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'sfacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'sfacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'sfacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'sfacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'nfacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'nfacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'nfacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'nfacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'nfacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'pmacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'pmacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'pmacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'pmacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'pmacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'sfacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'sfacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'sfacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'sfacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'sfacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_systemd_enable/10.10.5ubuntu1
if deb-systemd-helper debian-installed 'uacctd.service'; then
	# This will only remove masks created by d-s-h on package removal.
	deb-systemd-helper unmask 'uacctd.service' >/dev/null || true

	if deb-systemd-helper --quiet was-enabled 'uacctd.service'; then
		# Create new symlinks, if any.
		deb-systemd-helper enable 'uacctd.service' >/dev/null || true
	fi
fi

# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'uacctd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_installinit/10.10.5ubuntu1
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/pmacctd" ]; then
		update-rc.d pmacctd defaults >/dev/null || exit $?
	fi
fi
# End automatically added section
# Automatically added by dh_installinit/10.10.5ubuntu1
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/nfacctd" ]; then
		update-rc.d nfacctd defaults >/dev/null || exit $?
	fi
fi
# End automatically added section
# Automatically added by dh_installinit/10.10.5ubuntu1
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/sfacctd" ]; then
		update-rc.d sfacctd defaults >/dev/null || exit $?
	fi
fi
# End automatically added section
# Automatically added by dh_installinit/10.10.5ubuntu1
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ]; then
	if [ -x "/etc/init.d/uacctd" ]; then
		update-rc.d uacctd defaults >/dev/null || exit $?
	fi
fi
# End automatically added section