Easy. First, set a point variable called loc.
Then make the trigger as follows:
Event: A Unit Dies
Conditions:
Action:
Set variable loc = Unit - Position of Triggering unit
Special Effect - Create Special Effect Neutral Building Explosion at loc
Special Effect - Destroy last created special effect
Custom script: call RemoveLocation(udg_loc)
done