Index: src/package_scripts/mawk.postinst |
diff --git a/src/package_scripts/mawk.postinst b/src/package_scripts/mawk.postinst |
new file mode 100755 |
index 0000000000000000000000000000000000000000..4b5bdd2e640499c213cb191c86b08d96bc4b8f66 |
--- /dev/null |
+++ b/src/package_scripts/mawk.postinst |
@@ -0,0 +1,9 @@ |
+#!/bin/bash |
+ |
+# Copyright (c) 2009 The Chromium OS Authors. All rights reserved. |
+# Use of this source code is governed by a BSD-style license that can be |
+# found in the LICENSE file. |
+ |
+# mawk |
+ |
+ln -sf mawk "${ROOT}/usr/bin/awk" |