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

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

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/install ('k') | src/platform/cryptohome/debian/preinst » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/platform/cryptohome/debian/postrm
diff --git a/src/platform/cryptohome/debian/postrm b/src/platform/cryptohome/debian/postrm
deleted file mode 100644
index 4a7e1a1f3d10a1d7358473d8df6ab423aa19ca64..0000000000000000000000000000000000000000
--- a/src/platform/cryptohome/debian/postrm
+++ /dev/null
@@ -1,24 +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
- remove)
- dpkg-divert --package ${PKG} --remove \
- --rename /etc/security/${CFG}
- ;;
- purge|remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
- ;;
- *)
- echo "postrm called with unknown argument \`$1'" >&2
- exit 1
- ;;
-esac
-
-#DEBHELPER#
-
-exit 0
« no previous file with comments | « src/platform/cryptohome/debian/install ('k') | src/platform/cryptohome/debian/preinst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698