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/tdesudo/debian/postrm | |
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/tdesudo/debian/postrm')
-rw-r--r-- | ubuntu/maverick/applications/tdesudo/debian/postrm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/applications/tdesudo/debian/postrm b/ubuntu/maverick/applications/tdesudo/debian/postrm index a5b54ebf1..dfab37030 100644 --- a/ubuntu/maverick/applications/tdesudo/debian/postrm +++ b/ubuntu/maverick/applications/tdesudo/debian/postrm @@ -12,7 +12,7 @@ fi case "$1" in remove) dpkg-divert --package $package_name --rename --remove \ - /opt/trinity/bin/kdesu + /opt/trinity/bin/tdesu ;; purge) ;; |