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    
calamares-settings-pclos / usr / bin / rminstallicons
Size: Mime:
#!/bin/bash
# Clean up and remove installer and all bits after install 
if [ ! -d /home/guest 2>/dev/null ]; then
rm -f /etc/xdg/autostart/rminstallicons.desktop
update-rc.d -f rminstaller defaults
exec "/etc/pclinuxos/packages-remove"
rm -f /usr/bin/rminstallicons
fi