summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-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