summaryrefslogtreecommitdiffstats
path: root/debian/squeeze/applications/kaffeine
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 16:11:00 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 16:11:00 -0600
commitececdc858f22069c896fcc65f091ad098048f69c (patch)
tree05e23975f54097354fea995d8f157f8fc596051e /debian/squeeze/applications/kaffeine
parenta4a159783f44fec03921e23f58f2625290e8f728 (diff)
downloadtde-packaging-ececdc858f22069c896fcc65f091ad098048f69c.tar.gz
tde-packaging-ececdc858f22069c896fcc65f091ad098048f69c.zip
Rename some instances of kde to tde in Ubuntu and Debian
Diffstat (limited to 'debian/squeeze/applications/kaffeine')
-rw-r--r--debian/squeeze/applications/kaffeine/debian/install-codecs2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/squeeze/applications/kaffeine/debian/install-codecs b/debian/squeeze/applications/kaffeine/debian/install-codecs
index 271285c4e..720dfcd4c 100644
--- a/debian/squeeze/applications/kaffeine/debian/install-codecs
+++ b/debian/squeeze/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