This website requires JavaScript.
Explore
Help
Register
Sign In
accounting
/
bench
Watch
2
Star
0
Fork
0
You've already forked bench
mirror of
https://github.com/frappe/bench.git
synced
2025-01-10 09:02:10 +00:00
Code
Issues
Releases
Activity
7008273ecb
bench
/
installers
/
deb_package_build
/
debian
/
postinst
6 lines
92 B
Plaintext
Raw
Normal View
History
Unescape
Escape
new debian rules with installation to /usr/bin
2015-12-27 15:19:24 +00:00
#!/bin/bash
updated postinst/postremove actions
2015-12-29 13:18:52 +00:00
if [ ! -h /usr/bin/bench ]; then
ln -s /usr/bench/bin/bench /usr/bin/bench
fi
Copy Permalink