diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-10 16:16:32 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-09-10 16:16:32 -0500 |
commit | 02dc85a95b228b7242b0d11ea35619faad96db03 (patch) | |
tree | e161ba877a0720bbdf7818bdec06eb239d8ad271 /ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst | |
parent | 6f2c7dc70e77d2f768d687838b6cc9f7632f609e (diff) | |
download | tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.tar.gz tde-packaging-02dc85a95b228b7242b0d11ea35619faad96db03.zip |
Split precise from maverick
Diffstat (limited to 'ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst')
-rw-r--r-- | ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst new file mode 100644 index 000000000..ed27c328b --- /dev/null +++ b/ubuntu/precise/dependencies/qt3/debian/qt3-linguist.postinst @@ -0,0 +1,10 @@ +#!/bin/sh + +set -e + +update-alternatives --install \ + /usr/bin/linguist linguist "/usr/bin/linguist-qt3" "45" \ + --slave /usr/share/man/man1/linguist.1.gz linguist.1.gz \ + "/usr/share/man/man1/linguist-qt3.1.gz" + +#DEBHELPER# |