diff options
Diffstat (limited to 'kde/kdepimlibs')
-rw-r--r-- | kde/kdepimlibs/.footprint | 29 | ||||
-rwxr-xr-x | kde/kdepimlibs/Pkgfile | 1 |
2 files changed, 1 insertions, 29 deletions
diff --git a/kde/kdepimlibs/.footprint b/kde/kdepimlibs/.footprint index 6f607b2a3..48ca5034a 100644 --- a/kde/kdepimlibs/.footprint +++ b/kde/kdepimlibs/.footprint @@ -994,35 +994,6 @@ drwxr-xr-x root/root usr/share/dbus-1/ drwxr-xr-x root/root usr/share/dbus-1/interfaces/ -rw-r--r-- root/root usr/share/dbus-1/interfaces/org.kde.KResourcesManager.xml -rw-r--r-- root/root usr/share/dbus-1/interfaces/org.kde.pim.IdentityManager.xml -drwxr-xr-x root/root usr/share/doc/ -drwxr-xr-x root/root usr/share/doc/HTML/ -drwxr-xr-x root/root usr/share/doc/HTML/en/ -drwxr-xr-x root/root usr/share/doc/HTML/en/kcontrol/ -drwxr-xr-x root/root usr/share/doc/HTML/en/kcontrol/kresources/ --rw-r--r-- root/root usr/share/doc/HTML/en/kcontrol/kresources/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kcontrol/kresources/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/ -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/imap/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/imap/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/imap/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/ldap/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/ldap/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/ldap/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/mbox/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/mbox/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/mbox/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/nntp/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/nntp/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/nntp/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/pop3/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/pop3/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/pop3/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/sieve/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/sieve/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/sieve/index.docbook -drwxr-xr-x root/root usr/share/doc/HTML/en/kioslave/smtp/ --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/smtp/index.cache.bz2 --rw-r--r-- root/root usr/share/doc/HTML/en/kioslave/smtp/index.docbook drwxr-xr-x root/root usr/share/kde4/ drwxr-xr-x root/root usr/share/kde4/services/ -rw-r--r-- root/root usr/share/kde4/services/akonadicontact_actions.desktop diff --git a/kde/kdepimlibs/Pkgfile b/kde/kdepimlibs/Pkgfile index 0e9a47a15..ca5d20d56 100755 --- a/kde/kdepimlibs/Pkgfile +++ b/kde/kdepimlibs/Pkgfile @@ -17,4 +17,5 @@ build() { cmake ../ -DCMAKE_INSTALL_PREFIX=/usr make -j3 make DESTDIR=$PKG install + rm -r $PKG/usr/share/doc } |