summarylogtreecommitdiffstats
path: root/anyfs-tools.install
diff options
context:
space:
mode:
Diffstat (limited to 'anyfs-tools.install')
-rw-r--r--anyfs-tools.install7
1 files changed, 7 insertions, 0 deletions
diff --git a/anyfs-tools.install b/anyfs-tools.install
new file mode 100644
index 000000000000..a9e3e45b5859
--- /dev/null
+++ b/anyfs-tools.install
@@ -0,0 +1,7 @@
+post_install() {
+ echo ">> build_e2fs tool temporary disabled"
+}
+
+post_upgrade() {
+ post_install
+}