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

Unified Diff: src/platform/cryptohome/debian/preinst

Issue 1521015: build: Delete files from the previous build system. (Closed)
Patch Set: merge Created 10 years, 8 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/platform/cryptohome/debian/postrm ('k') | src/platform/cryptohome/debian/rules » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/cryptohome/debian/preinst
diff --git a/src/platform/cryptohome/debian/preinst b/src/platform/cryptohome/debian/preinst
deleted file mode 100644
index 0ae66251ed14846552e3d0edb52ec331c86804e2..0000000000000000000000000000000000000000
--- a/src/platform/cryptohome/debian/preinst
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-# 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.
-
-set -e
-PKG=chromeos-cryptohome
-CFG=pam_mount.conf.xml
-case "$1" in
- install|upgrade)
- dpkg-divert --add --package ${PKG} --rename \
- --divert /etc/security/$CFG.chromeos-orig /etc/security/$CFG
- ;;
- abort-upgrade)
- ;;
- *)
- echo "preinst called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-exit 0
« no previous file with comments | « src/platform/cryptohome/debian/postrm ('k') | src/platform/cryptohome/debian/rules » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698