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 /debian/lenny/applications/amarok | |
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 'debian/lenny/applications/amarok')
-rw-r--r-- | debian/lenny/applications/amarok/debian/changelog | 2 | ||||
-rw-r--r-- | debian/lenny/applications/amarok/debian/install-mp3 | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/lenny/applications/amarok/debian/changelog b/debian/lenny/applications/amarok/debian/changelog index e72612a70..c2bf1ae55 100644 --- a/debian/lenny/applications/amarok/debian/changelog +++ b/debian/lenny/applications/amarok/debian/changelog @@ -284,7 +284,7 @@ amarok (2:1.4.8-0ubuntu3) hardy; urgency=low [ Sarah Hobbs ] * Sponsored upload. (Closes LP: #187406) - * Reworked patch to avoid setting absolute paths (eg /usr/bin/kdesu) + * Reworked patch to avoid setting absolute paths (eg /usr/bin/tdesu) -- Sarah Hobbs <hobbsee@ubuntu.com> Wed, 12 Mar 2008 00:50:22 +1100 diff --git a/debian/lenny/applications/amarok/debian/install-mp3 b/debian/lenny/applications/amarok/debian/install-mp3 index 7b06cbd2f..ae0663182 100644 --- a/debian/lenny/applications/amarok/debian/install-mp3 +++ b/debian/lenny/applications/amarok/debian/install-mp3 @@ -27,8 +27,8 @@ INSTALLED=`dpkg --get-selections libxine1-ffmpeg | grep install` #is available, not installed if [ -z "$INSTALLED" ]; then - if [ -x /opt/trinity/bin/kdesu ] && [ -x /usr/bin/install-package ]; then - /opt/trinity/bin/kdesu -d "install-package --icon amarok --install libxine1-ffmpeg" + if [ -x /opt/trinity/bin/tdesu ] && [ -x /usr/bin/install-package ]; then + /opt/trinity/bin/tdesu -d "install-package --icon amarok --install libxine1-ffmpeg" elif [ -x /usr/bin/gksudo ] && [ -x /usr/sbin/synaptic ]; then gksudo "sh -c 'echo \"libxine1-ffmpeg i\"|synaptic --non-interactive --set-selections'" else |