summaryrefslogtreecommitdiffstats
path: root/gnustep-apps/FUNCTIONS
diff options
context:
space:
mode:
authorAndraž Levstik2007-04-20 22:54:49 +0200
committerAndraž Levstik2007-04-20 22:54:49 +0200
commit6413f59fdf0c670033a2e0507f98259f16b5b177 (patch)
tree2175dc7bb09b4ea46dd05351659035831269f33f /gnustep-apps/FUNCTIONS
parent487f7029f60caba205e0cb87817e9c66a27c6cb4 (diff)
gnustep-apps/FUNCTIONS: forgot some things
Diffstat (limited to 'gnustep-apps/FUNCTIONS')
-rwxr-xr-xgnustep-apps/FUNCTIONS11
1 files changed, 10 insertions, 1 deletions
diff --git a/gnustep-apps/FUNCTIONS b/gnustep-apps/FUNCTIONS
index 05eecd02a4..e40631cf07 100755
--- a/gnustep-apps/FUNCTIONS
+++ b/gnustep-apps/FUNCTIONS
@@ -17,9 +17,18 @@ function default_build()
function default_post_install()
{
- real_default_post_install
+ real_default_post_install &&
if [[ -x /usr/bin/make_services ]]; then
message "Running make_services"
/usr/bin/make_services
fi
}
+
+function default_final()
+{
+ if [[ -x /usr/bin/make_services ]]; then
+ message "Running make_services"
+ /usr/bin/make_services
+ fi
+}
+