summaryrefslogtreecommitdiff
path: root/thumbnailers/application/vnd.oasis.opendocument.presentation_thumbnailer
diff options
context:
space:
mode:
Diffstat (limited to 'thumbnailers/application/vnd.oasis.opendocument.presentation_thumbnailer')
-rwxr-xr-xthumbnailers/application/vnd.oasis.opendocument.presentation_thumbnailer3
1 files changed, 0 insertions, 3 deletions
diff --git a/thumbnailers/application/vnd.oasis.opendocument.presentation_thumbnailer b/thumbnailers/application/vnd.oasis.opendocument.presentation_thumbnailer
deleted file mode 100755
index 392e6f77d..000000000
--- a/thumbnailers/application/vnd.oasis.opendocument.presentation_thumbnailer
+++ /dev/null
@@ -1,3 +0,0 @@
-#!/bin/sh
-
-nice -n19 unzip -p "$1" Thumbnails/thumbnail.png | convert - -resize $3x$3 "$2"