Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
edu / usr / share / EDU / Cinelerra / remove.sh
Size: Mime:
#!/bin/bash
u="$(logname)"
rm -rf /opt/Cinelerra
rm -rf /usr/share/applications/Cinelerra.desktop
rm -rf /home/ro/.local/share/applications/Cinelerra.desktop
exit