summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorАлексей Мальченко2017-08-01 13:21:22 +0400
committerАлексей Мальченко2017-08-01 13:21:22 +0400
commit46a6d191e9dc37592cce7c6492aae99eb5cbecf5 (patch)
treeab4f844798654d7e33dd51483c259f85ae947ff6
parentee2fd5b601bd96df18aded4951fe2f3a4dc4c676 (diff)
downloadaur-46a6d191e9dc37592cce7c6492aae99eb5cbecf5.tar.gz
fix install file
-rw-r--r--plantumlqeditor-git.install8
1 files changed, 4 insertions, 4 deletions
diff --git a/plantumlqeditor-git.install b/plantumlqeditor-git.install
index 7ca73c87e61b..309474ae9b60 100644
--- a/plantumlqeditor-git.install
+++ b/plantumlqeditor-git.install
@@ -3,14 +3,14 @@
# you don't need (and this header).
## arg 1: the new package version
-#pre_install() {
+pre_install() {
# do something here
-#}
+}
## arg 1: the new package version
-#post_install() {
+post_install() {
# do something here
-#}
+}
## arg 1: the new package version
## arg 2: the old package version