~ubuntu-branches/debian/sid/ecryptfs-utils/sid

« back to all changes in this revision

Viewing changes to debian/libecryptfs0.install

  • Committer: Package Import Robot
  • Author(s): Daniel Baumann
  • Date: 2012-06-29 16:42:42 UTC
  • mfrom: (1.5.7)
  • Revision ID: package-import@ubuntu.com-20120629164242-42frrwssxzwy97mu
Tags: 98-2
Renaming local kmod configuration file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
usr/lib/i386-linux-gnu/*.so.*
 
1
#!/bin/sh
 
2
 
 
3
set -e
 
4
 
 
5
DEB_HOST_MULTIARCH="$(dpkg-architecture -qDEB_HOST_MULTIARCH)"
 
6
 
 
7
cat << EOF
 
8
usr/lib/${DEB_HOST_MULTIARCH}/*.so.*
 
9
EOF