]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - lighttpd/lighttpd.nm
Add a -debuginfo for every package that is not noarch.
[people/ms/ipfire-3.x.git] / lighttpd / lighttpd.nm
index 1fb927d3778d9082a09abc9815e323d871b6476f..ade0c47171365f93db9cdb222427cf0bd608f86d 100644 (file)
@@ -72,25 +72,29 @@ packages
                configfiles
                        /etc/lighttpd.conf
                end
-       
+
                prerequires = shadow-utils systemd-units
 
                script prein
                        %{create_user}
                end
-       
+
                script postin
                        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
                end
-       
+
                script preun
                        /bin/systemctl --no-reload disable lighttpd.service >/dev/null 2>&1 || :
                        /bin/systemctl stop lighttpd.service >/dev/null 2>&1 || :
                end
-       
+
                script postup
                        /bin/systemctl daemon-reload >/dev/null 2>&1 || :
                        /bin/systemctl try-restart lighttpd.service >/dev/null 2>&1 || :
                end
        end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
 end