From ececdc858f22069c896fcc65f091ad098048f69c Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 16:11:00 -0600 Subject: Rename some instances of kde to tde in Ubuntu and Debian --- debian/lenny/applications/kaffeine/debian/install-codecs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/lenny/applications/kaffeine/debian/install-codecs') diff --git a/debian/lenny/applications/kaffeine/debian/install-codecs b/debian/lenny/applications/kaffeine/debian/install-codecs index 271285c4e..720dfcd4c 100644 --- a/debian/lenny/applications/kaffeine/debian/install-codecs +++ b/debian/lenny/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 -- cgit v1.2.3