blob: 7381dd79575f8b2df0ae1ba387ba513e44d23ff5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
#!/usr/bin/dh-exec
# NOTE: DO NOT REMOVE THE EXECUTABLE FLAG FROM THIS FILE
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
src/sciteco.desktop usr/share/applications
|