aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorXavion2018-12-25 09:13:15 +1100
committerXavion2018-12-25 09:13:15 +1100
commit116d434ddd72884e1863576afe8c2cd0f88aa6f2 (patch)
tree04a9d47ef6b41ce3cfe1a3f95852f945ce6dedde
parentb12478d5428bd30f923089ef1da464b1093be6f4 (diff)
downloadaur-116d434ddd72884e1863576afe8c2cd0f88aa6f2.tar.gz
Minor change to install script
-rwxr-xr-xdtboost.install4
1 files changed, 2 insertions, 2 deletions
diff --git a/dtboost.install b/dtboost.install
index dc20f4c505b6..116a3c9b9903 100755
--- a/dtboost.install
+++ b/dtboost.install
@@ -10,6 +10,6 @@ post_install() {
}
post_upgrade() {
- post_install
- #/bin/true
+ #post_install
+ /bin/true
}