phpmp: cleanups

This commit is contained in:
Thomas Penteker 2008-03-16 23:09:19 +01:00
parent 91a98d42c2
commit eb208379d1
2 changed files with 1 additions and 5 deletions

View File

@ -1,11 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/phpmp/
-rw-r--r-- root/root usr/share/phpmp/COPYING
-rw-r--r-- root/root usr/share/phpmp/ChangeLog
-rw-r--r-- root/root usr/share/phpmp/INSTALL
-rw-r--r-- root/root usr/share/phpmp/README
-rw-r--r-- root/root usr/share/phpmp/TODO
-rw-r--r-- root/root usr/share/phpmp/config.php
-rw-r--r-- root/root usr/share/phpmp/find.php
-rw-r--r-- root/root usr/share/phpmp/find_body.php

View File

@ -14,4 +14,5 @@ build() {
mkdir -p $PKG/usr/share/$name
cp * $PKG/usr/share/$name
chown -R root:root $PKG
rm $PKG/usr/share/phpmp/{COPYING,ChangeLog,INSTALL,README,TODO}
}