10 if test -d /usr/share/psi/iconsets/emoticons ; then
11 ln -s ${dir}/${pkgname}.jisp /usr/share/psi/iconsets/emoticons/
14 if test -d /usr/share/psi-plus/iconsets/emoticons ; then
15 ln -s ${dir}/${pkgname}.jisp /usr/share/psi-plus/iconsets/emoticons/
18 if test -d usr/share/gajim/data/emoticons ; then
19 ln -s ${dir}/${pkgname} /usr/share/gajim/data/emoticons/
22 if test -d usr/share/pixmaps/pidgin/emotes/ ; then
23 ln -s ${dir}/${pkgname} /usr/share/pixmaps/pidgin/emotes/
38 if test -L /usr/share/psi/iconsets/emoticons/${pkgname}.jisp ; then
39 rm /usr/share/psi/iconsets/emoticons/${pkgname}.jisp
41 if test -e /usr/share/psi/iconsets/emoticons/${pkgname}.jisp ; then
42 rm /usr/share/psi/iconsets/emoticons/${pkgname}.jisp
46 if test -L /usr/share/psi-plus/iconsets/emoticons/${pkgname}.jisp ; then
47 rm /usr/share/psi-plus/iconsets/emoticons/${pkgname}.jisp
49 if test -e /usr/share/psi-plus/iconsets/emoticons/${pkgname}.jisp ; then
50 rm /usr/share/psi-plus/iconsets/emoticons/${pkgname}.jisp
54 if test -L /data/emoticons/${pkgname} ; then
55 rm -fr /usr/share/gajim/data/emoticons/${pkgname}
57 if test -e /usr/share/gajim/data/emoticons/${pkgname} ; then
58 rm -fr /usr/share/gajim/data/emoticons/${pkgname}
62 if test -L /usr/share/pixmaps/pidgin/emotes/${pkgname} ; then
63 rm -fr /usr/share/pixmaps/pidgin/emotes/${pkgname}
65 if test -e /usr/share/pixmaps/pidgin/emotes/${pkgname} ; then
66 rm -fr /usr/share/pixmaps/pidgin/emotes/${pkgname}