# Do not test on startup if all directories are writable, since they are not.
# This is only required if you are using the package manager. For more
# information have a look at the README.Debian file.

diff -Naur otrs-5.0.15.orig/Kernel/System/Package.pm otrs-5.0.15/Kernel/System/Package.pm
--- otrs-5.0.15.orig/Kernel/System/Package.pm	2016-12-08 01:13:23.000000000 +0100
+++ otrs-5.0.15/Kernel/System/Package.pm	2016-12-19 16:28:58.690689988 +0100
@@ -3675,6 +3675,8 @@
         return;
     }
 
+	return 1;
+
     # create test files in following directories
     for my $Filepath (
         qw(/bin/ /Kernel/ /Kernel/System/ /Kernel/Output/ /Kernel/Output/HTML/ /Kernel/Modules/)
