updated on Thu Jan 26 12:02:26 UTC 2012
[aur-mirror.git] / luakit-git / luakit-git.install
blobd340758d95c8069b85ad5bdfa7144f83a4aba68a
1 post_install() {
2   
3 echo -e "\n Configs are located in /etc/xdg/luakit/*.lua  \n Copy to ~/.config/luakit/ (this folder is created on 1st start of Luakit) for local config. \n Or edit in place for global changes. \n There are now SEVERAL files.. not just the one rc.lua \n \n If you want to link against the Just-In-Time compiler you can build using  'USE_LUAJIT=1 makepkg' Or add 'USE_LUAJIT=1' to the  makeopts variable line in PKGBUILD. \n \n See also PKGBUILD comments for use case"
6  
7 post_upgrade() {  
8 echo -e "\n Configs are located in /etc/xdg/luakit/*.lua  \n Copy to ~/.config/luakit/ (this folder is created on 1st start of Luakit) for local config. \n Or edit in place for global changes. \n There are now SEVERAL files.. not just the one rc.lua \n \n If you want to link against the Just-In-Time compiler you can build using  'USE_LUAJIT=1 makepkg' Or add 'USE_LUAJIT=1' to the  makeopts variable line in PKGBUILD. \n \n See also PKGBUILD comments for use case"
12 # vim:set ts=2 sw=2 et: