The question I pose is this. How long did it take for this PBI to be removed after it was placed on PBIDir for public download?
|
Code:
|
Dixie# cat PBI.SetupScript.sh
#!/bin/sh
pkg_add /Programs/Eric3.8.1/qscintilla-1.6.tbz && rm /Programs/Eric3.8.1/qscintilla-1.6.tbz
pkg_add /Programs/Eric3.8.1/py24-sip-4.3.2.tbz && rm /Programs/Eric3.8.1/py24-sip-4.3.2.tbz
pkg_add /Programs/Eric3.8.1/py24-qt-3.15.1.tbz && rm /Programs/Eric3.8.1/py24-qt-3.15.1.tbz
pkg_add /Programs/Eric3.8.1/eric-3.8.1.tbz && rm /Programs/Eric3.8.1/eric-3.8.1.tbz
cp /Programs/Eric3.8.1/eric3 /usr/local/bin/
kdialog --msgbox "Thank you for installing Eric 3 - Python IDE"
kdialog --msgbox "Thank you for clicking the \"OK\" button"
Dixie# cat PBI.RemoveScript.sh
#!/bin/sh
pkg_delete eric-3.8.1
pkg_delete py24-qt-3.15.1
pkg_delete py24-sip-4.3.2
pkg_delete qscintilla-1.6 |
I had installed this PBI along time ago, having just installed lang/ruby18 to stop the Amarok PBI cuss'ing at me every track swap and wanted to check what I did to my install.
I have noticed that this PBI has been removed from PBIDir.com So I can't track when it was installed. It was at least a few months ago.
Checked out pkg_delete -n eric-3.8.1. and cooked it, removing it's place in /Programs and misc stuff now.