Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2144)

Unified Diff: src/package_scripts/mawk.postinst

Issue 549017: Always use our dpkg wrapper when mastering an image. (Closed)
Patch Set: Whitespace fix. Created 10 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/package_scripts/libpam-runtime.postinst ('k') | src/scripts/dpkg_no_scripts.sh » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"
« no previous file with comments | « src/package_scripts/libpam-runtime.postinst ('k') | src/scripts/dpkg_no_scripts.sh » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698