diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:09:17 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 02:09:17 -0600 |
commit | d650e8b10a7869610b6c40213a941f9b744dfd3f (patch) | |
tree | 2aeb98466830443519f838ab520cb0548912c24b /debian/squeeze/applications/kio-umountwrapper | |
parent | ce12f9fa05fe43b5878f3189e747e31bbb60c7f7 (diff) | |
download | tde-packaging-d650e8b10a7869610b6c40213a941f9b744dfd3f.tar.gz tde-packaging-d650e8b10a7869610b6c40213a941f9b744dfd3f.zip |
Use new tdeio names on Debian and Ubuntu
Diffstat (limited to 'debian/squeeze/applications/kio-umountwrapper')
-rw-r--r-- | debian/squeeze/applications/kio-umountwrapper/debian/control | 2 | ||||
-rwxr-xr-x | debian/squeeze/applications/kio-umountwrapper/debian/rules | 16 |
2 files changed, 9 insertions, 9 deletions
diff --git a/debian/squeeze/applications/kio-umountwrapper/debian/control b/debian/squeeze/applications/kio-umountwrapper/debian/control index cbd222b49..af0b21f42 100644 --- a/debian/squeeze/applications/kio-umountwrapper/debian/control +++ b/debian/squeeze/applications/kio-umountwrapper/debian/control @@ -14,4 +14,4 @@ Description: progress dialog for safely removing devices in Trinity. Wrapper around kio_media_mountwrapper. Provides a progress dialog for Safely Removing of devices in Trinity. . - Homepage: http://frode.kde.no/misc/kio_umountwrapper/ + Homepage: http://frode.kde.no/misc/tdeio_umountwrapper/ diff --git a/debian/squeeze/applications/kio-umountwrapper/debian/rules b/debian/squeeze/applications/kio-umountwrapper/debian/rules index 6672eae5b..ddfd17b35 100755 --- a/debian/squeeze/applications/kio-umountwrapper/debian/rules +++ b/debian/squeeze/applications/kio-umountwrapper/debian/rules @@ -31,19 +31,19 @@ debian/stamp-bootstrap: common-post-build-arch:: XGETTEXT=/usr/bin/kde-xgettext sh admin/cvs.sh extract-messages -install/kio-umountwrapper-trinity:: - mkdir -p $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/konqueror/servicemenus/ +install/tdeio-umountwrapper-trinity:: + mkdir -p $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/konqueror/servicemenus/ cp $(CURDIR)/debian/media_safelyremove.desktop \ - $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/konqueror/servicemenus/ + $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/konqueror/servicemenus/ - mkdir -p $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/dolphin/servicemenus/ + mkdir -p $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/dolphin/servicemenus/ cp $(CURDIR)/debian/media_safelyremove.desktop \ - $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/dolphin/servicemenus/ + $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/dolphin/servicemenus/ - mkdir -p $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/d3lphin/servicemenus/ + mkdir -p $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/d3lphin/servicemenus/ cp $(CURDIR)/debian/media_safelyremove.desktop \ - $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/d3lphin/servicemenus/ + $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/d3lphin/servicemenus/ clean:: - rm -rf $(CURDIR)/debian/kio-umountwrapper-trinity/opt/trinity/share/apps/ + rm -rf $(CURDIR)/debian/tdeio-umountwrapper-trinity/opt/trinity/share/apps/ rm -f po/*.pot |