diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-10-12 15:32:51 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2016-10-14 11:22:06 +0900 |
commit | fe6bc03605499888a2e8092e8e8c022f33663b4a (patch) | |
tree | 9d81272b94db9269536d957cc6cdca9bba2ea2e8 /ubuntu | |
parent | 35f097212608b5a36cb6e0d2863f58f2d81dadf7 (diff) | |
download | tde-packaging-fe6bc03605499888a2e8092e8e8c022f33663b4a.tar.gz tde-packaging-fe6bc03605499888a2e8092e8e8c022f33663b4a.zip |
Added trash limit configuration option. This relates to bug 1923.
Original patch provided by Emanoil Kotsev <deloptes@gmail.com> for
Debian/Jessie. Extended to all supported Debian and Ubuntu architecture
by myself.
Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'ubuntu')
-rw-r--r-- | ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install b/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install index 64cf55459..624a39d82 100644 --- a/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install +++ b/ubuntu/maverick/tdebase/debian/tdebase-tdeio-plugins-trinity.install @@ -76,6 +76,8 @@ debian/tmp/opt/trinity/lib/trinity/tdeio_thumbnail.la debian/tmp/opt/trinity/lib/trinity/tdeio_thumbnail.so debian/tmp/opt/trinity/lib/trinity/tdeio_trash.la debian/tmp/opt/trinity/lib/trinity/tdeio_trash.so +debian/tmp/opt/trinity/lib/trinity/ktrashpropsdlgplugin.la +debian/tmp/opt/trinity/lib/trinity/ktrashpropsdlgplugin.so debian/tmp/opt/trinity/lib/trinity/libkmanpart.la debian/tmp/opt/trinity/lib/trinity/libkmanpart.so debian/tmp/opt/trinity/lib/trinity/media_propsdlgplugin.la @@ -259,6 +261,7 @@ debian/tmp/opt/trinity/share/services/tar.protocol debian/tmp/opt/trinity/share/services/textthumbnail.desktop debian/tmp/opt/trinity/share/services/thumbnail.protocol debian/tmp/opt/trinity/share/services/trash.protocol +debian/tmp/opt/trinity/share/services/ktrashpropsdlgplugin.desktop debian/tmp/opt/trinity/share/services/xz.protocol debian/tmp/opt/trinity/share/services/zip.protocol debian/tmp/opt/trinity/share/servicetypes/thumbcreator.desktop |