~lhw/ubuntu/precise/s2tc/multiarch-fix

« back to all changes in this revision

Viewing changes to debian/libtxc-dxtn-s2tc0.prerm

  • Committer: Package Import Robot
  • Author(s): Lennart Weller
  • Date: 2012-04-07 20:31:52 UTC
  • Revision ID: package-import@ubuntu.com-20120407203152-faw8vyod3jfhrxvu
Tags: 0~git20110809-1
Initial release. (Closes: #667989)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/sh
 
2
set -e
 
3
 
 
4
update-alternatives --remove \
 
5
        libtxc-dxtn /usr/lib/$(dpkg-architecture -qDEB_HOST_MULTIARCH)/libtxc_dxtn_s2tc.so.0
 
6
 
 
7
#DEBHELPER#
 
8