aboutsummaryrefslogtreecommitdiffstats
path: root/packages/cortexa57-poky-linux/e2fsprogs/e2fsprogs/latest.pkg_postinst
diff options
context:
space:
mode:
Diffstat (limited to 'packages/cortexa57-poky-linux/e2fsprogs/e2fsprogs/latest.pkg_postinst')
-rw-r--r--packages/cortexa57-poky-linux/e2fsprogs/e2fsprogs/latest.pkg_postinst4
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/cortexa57-poky-linux/e2fsprogs/e2fsprogs/latest.pkg_postinst b/packages/cortexa57-poky-linux/e2fsprogs/e2fsprogs/latest.pkg_postinst
new file mode 100644
index 00000000000..beb0ddab4a3
--- /dev/null
+++ b/packages/cortexa57-poky-linux/e2fsprogs/e2fsprogs/latest.pkg_postinst
@@ -0,0 +1,4 @@
+#!/bin/sh
+set -e
+ update-alternatives --install /bin/chattr chattr /bin/chattr.e2fsprogs 100
+ update-alternatives --install /bin/lsattr lsattr /bin/lsattr.e2fsprogs 100