~ubuntu-security/ubuntu-security-tools/trunk

« back to all changes in this revision

Viewing changes to repo-tools/unpack-patch-cleanup

  • Committer: Steve Beattie
  • Date: 2019-02-19 07:40:38 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219074038-ztm2kos1lk3d1dq4
The ubuntu-security-tools project has been converted git

Use 'git clone https://git.launchpad.net/ubuntu-security-tools' to check
out the converted tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#!/bin/sh
2
 
# Copyright (C) 2009 Canonical, Ltd.
3
 
# Author: Kees Cook <kees@ubuntu.com>
4
 
# License: GPLv3
5
 
$UST/repo-tools/u-patch >/dev/null 2>&1
6
 
find . -type d -name '.pc' | xargs -r rm -rf || true