diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 16:11:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 16:11:00 -0600 |
commit | ececdc858f22069c896fcc65f091ad098048f69c (patch) | |
tree | 05e23975f54097354fea995d8f157f8fc596051e /ubuntu/maverick/applications/kaffeine | |
parent | a4a159783f44fec03921e23f58f2625290e8f728 (diff) | |
download | tde-packaging-ececdc858f22069c896fcc65f091ad098048f69c.tar.gz tde-packaging-ececdc858f22069c896fcc65f091ad098048f69c.zip |
Rename some instances of kde to tde in Ubuntu and Debian
Diffstat (limited to 'ubuntu/maverick/applications/kaffeine')
-rw-r--r-- | ubuntu/maverick/applications/kaffeine/debian/install-codecs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/kaffeine/debian/install-codecs b/ubuntu/maverick/applications/kaffeine/debian/install-codecs index 271285c4e..720dfcd4c 100644 --- a/ubuntu/maverick/applications/kaffeine/debian/install-codecs +++ b/ubuntu/maverick/applications/kaffeine/debian/install-codecs @@ -102,7 +102,7 @@ class CodecInstallerWidget(QDialog, apt.OpProgress): return True def install_cache_package(self, pkg): - if os.system('kdesu -d \'adept_batch install ' + pkg.name + '\'') != 0: + if os.system('tdesu -d \'adept_batch install ' + pkg.name + '\'') != 0: QApplication.exit(1) return |