2023-07-02 20:54:58 +02:00
|
|
|
function check {
|
|
|
|
return 0
|
|
|
|
}
|
|
|
|
|
|
|
|
DESCRIPTION="Only add custom bashrc (advanced users)"
|
|
|
|
|
|
|
|
PACKAGES=""
|
|
|
|
|
2023-07-03 12:40:12 +02:00
|
|
|
function post_install {
|
2023-07-02 20:54:58 +02:00
|
|
|
#TODO: configure things
|
2023-07-03 14:11:57 +02:00
|
|
|
# (probably by barfing the bashrc using echo)
|
2023-07-02 20:54:58 +02:00
|
|
|
|
|
|
|
echo "pre-configure/bashrc" >> /tmp/stage-2-choices
|
|
|
|
}
|