diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 01:36:20 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-01-08 19:18:07 (EST) |
commit | e56ecddd0e81ae63727ec22223856484ed7da923 (patch) | |
tree | 3817ef9827e5a43951bab0fdd4e515b9ab078e6d /e2fsprogs.pkg/postinst | |
parent | 9ed4a97267bddd5f3e92fbb0dba4e4fd8b1c0060 (diff) |
badblocks, e2fsprogs: u-a all the executables
Diffstat (limited to 'e2fsprogs.pkg/postinst')
-rw-r--r-- | e2fsprogs.pkg/postinst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/e2fsprogs.pkg/postinst b/e2fsprogs.pkg/postinst new file mode 100644 index 0000000..85752c7 --- /dev/null +++ b/e2fsprogs.pkg/postinst @@ -0,0 +1,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 |