blob: ead5c44d7c246fb447eaf8edb30b4d16e2a937fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
bin/crow
bin/crow-service
lib/libcrow-%%VERSION%%.so
lib/libcrow.la
lib/libcrow.so
share/applications/crow.desktop
share/locale/ru/LC_MESSAGES/crow.mo
share/mime/packages/crow.xml
share/pixmaps/crow.png
@dirrmtry share/mime/packages
@dirrmtry share/mime
@dirrmtry share/applications
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
|