blob: 93b8da86d4a37dceae8983eabe86222ac953a474 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
bin/gsubedit
%%PORTDOCS%%share/doc/GSubEdit/ABOUT-NLS
%%PORTDOCS%%share/doc/GSubEdit/AUTHORS
%%PORTDOCS%%share/doc/GSubEdit/COPYING
%%PORTDOCS%%share/doc/GSubEdit/ChangeLog
%%PORTDOCS%%share/doc/GSubEdit/INSTALL
%%PORTDOCS%%share/doc/GSubEdit/README
%%PORTDOCS%%share/doc/GSubEdit/TODO
share/gnome/apps/Applications/gsubedit.desktop
share/gnome/help/gsubedit/C/index.html
share/gnome/help/gsubedit/C/topic.dat
share/gnome/pixmaps/gsubedit/gsubedit_icon.png
share/locale/cs/LC_MESSAGES/gsubedit.mo
share/locale/ro/LC_MESSAGES/gsubedit.mo
share/locale/ru/LC_MESSAGES/gsubedit.mo
share/locale/sv/LC_MESSAGES/gsubedit.mo
@unexec %D/share/locale/sv/LC_MESSAGES 2>/dev/null || true
@unexec %D/share/locale/sv 2>/dev/null || true
@unexec %D/share/locale/ru/LC_MESSAGES 2>/dev/null || true
@unexec %D/share/locale/ru 2>/dev/null || true
@unexec %D/share/locale/ro/LC_MESSAGES 2>/dev/null || true
@unexec %D/share/locale/ro 2>/dev/null || true
@unexec %D/share/locale/cs/LC_MESSAGES 2>/dev/null || true
@unexec %D/share/locale/cs 2>/dev/null || true
@dirrm share/gnome/pixmaps/gsubedit
@dirrm share/gnome/help/gsubedit/C
@dirrm share/gnome/help/gsubedit
%%PORTDOCS%%@dirrm share/doc/GSubEdit
|