summaryrefslogtreecommitdiffstats
path: root/e2fsprogs.pkg/postinst
blob: 85752c7fed96b2b6ac1596cc40454d2ac3e71e88 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh

if [ x"${1}" = x'configure' ]; then
	while read link; do
		update-alternatives --install "${link}" "${link##*/}" \
			"${link}.e2p" 30
	done </usr/share/e2fsprogs/alternatives
fi