diff options
Diffstat (limited to 'debian/sciteco-gtk.install')
-rwxr-xr-x | debian/sciteco-gtk.install | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/debian/sciteco-gtk.install b/debian/sciteco-gtk.install new file mode 100755 index 0000000..303187c --- /dev/null +++ b/debian/sciteco-gtk.install @@ -0,0 +1,16 @@ +#!/usr/bin/dh-exec +usr/bin/gsciteco +# Theoretically, these scripts could be in sciteco-common, +# but they need an interpreter and the name depends on the version installed. +usr/bin/ggrosciteco.tes +usr/bin/gtedoc.tes + +usr/share/sciteco/*.css + +ico/sciteco-16.png => usr/share/icons/hicolor/16x16/apps/sciteco.png +ico/sciteco-32.png => usr/share/icons/hicolor/32x32/apps/sciteco.png +ico/sciteco-48.png => usr/share/icons/hicolor/48x48/apps/sciteco.png +ico/sciteco-256.png => usr/share/icons/hicolor/256x256/apps/sciteco.png + +# Not currently part of source tree: +debian/sciteco.desktop usr/share/applications |