blob: c573940247a7e76f6f0e1307f902e60ee703bd59 (
plain)
1
2
3
4
5
6
7
8
|
post_install() {
echo ""
echo "Use the below commands to create a config file in your home directory. Otherwise your config fill be overwritten on upgrade."
echo
echo 'cp -r /usr/share/flex-launcher ~/.config
sed -i "s|/usr/share/flex-launcher|$HOME/.config/flex-launcher|g" ~/.config/flex-launcher/config.ini'
echo ""
}
|