aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: 637ae1e905a62c6555fe8020efdd18752b68bf47 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

include /usr/share/cdbs/1/rules/debhelper.mk
include /usr/share/cdbs/1/rules/autoreconf.mk
include /usr/share/cdbs/1/class/autotools.mk

# Remove .a and .la files from /lib/security
binary-post-install/libpam-x2go::
	find $(DEB_DESTDIR)/lib/security -type f \
	        \( -name '*.a' -o -name '*.la' \) \
	            -exec rm '{}' +