summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/PKGBUILD b/PKGBUILD
index b4de8f06b014..8fc5bb31dc87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -25,12 +25,5 @@ build() {
package() {
cd "$pkgname"
make install
-
- pre_remove() {
- echo "Removing termtree"
- ls
- cd "$pkgname"
- make uninstall
- }
}