pidgin: remove gconf

This commit is contained in:
Bartlomiej Palmowski 2010-02-27 18:47:05 +01:00
parent d9fa1c7e74
commit a56f71a4bd
2 changed files with 1 additions and 3 deletions

View File

@ -3,9 +3,6 @@ drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/finch
-rwxr-xr-x root/root usr/bin/pidgin
drwxr-xr-x root/root usr/etc/
drwxr-xr-x root/root usr/etc/gconf/
drwxr-xr-x root/root usr/etc/gconf/schemas/
-rw-r--r-- root/root usr/etc/gconf/schemas/purple.schemas
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/finch/
-rw-r--r-- root/root usr/include/finch/finch.h

View File

@ -31,4 +31,5 @@ build () {
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/locale
rm -rf $PKG/usr/etc/gconf || :
}