summarylogtreecommitdiffstats
path: root/lilac.py
diff options
context:
space:
mode:
Diffstat (limited to 'lilac.py')
-rw-r--r--lilac.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/lilac.py b/lilac.py
deleted file mode 100644
index e23c10ef2765..000000000000
--- a/lilac.py
+++ /dev/null
@@ -1,10 +0,0 @@
-from lilaclib import *
-
-
-def pre_build():
- update_pkgver_and_pkgrel(_G.newver)
-
-
-def post_build():
- git_pkgbuild_commit()
- update_aur_repo()