On Tue, May 3, 2011 at 9:07 PM, Sven Hoexter <s...@timegate.de> wrote:
> Not very elegant but something like
>  dpkg -L $(dpkg -l|grep "hunspell-[a-z]*-"|head -n1|awk '{print $2}')
> filters the meta-data and includes the relevant symlinks etc.
>
Nice. Here's what I get:
liv@liv-laptop:~$  dpkg -L $(dpkg -l|grep "hunspell-[a-z]*-"|head
-n1|awk '{print $2}')
/.
/usr
/usr/share
/usr/share/hunspell
/usr/share/hunspell/en_CA.aff
/usr/share/hunspell/en_CA.dic
/usr/share/myspell
/usr/share/myspell/infos
/usr/share/myspell/infos/ooo
/usr/share/myspell/infos/ooo/hunspell-en-ca
/usr/share/myspell/dicts
/usr/share/doc
/usr/share/doc/hunspell-en-ca
/usr/share/doc/hunspell-en-ca/copyright
/usr/share/doc/hunspell-en-ca/changelog.Debian.gz
/usr/share/myspell/dicts/en_CA.dic
/usr/share/myspell/dicts/en_CA.aff


Liviu

Reply via email to