nix-tools/build/manjaro-tools/manjaro-tools.install

11 lines
246 B
Text
Raw Normal View History

2014-12-14 00:45:28 +01:00
post_install() {
echo " ==> manjaro-tools now supports a user config"
echo " in /<userhome>/.config"
echo " the livecd scripts are installed"
echo " in /usr/share/manjaro-tools/livecd"
}
post_upgrade() {
post_install "$1"
}