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-25 07:58:24 +00:00
Code
Issues
Releases
Activity
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 18:19:24 +03:00
#!/bin/bash
updated postinst/postremove actions
2015-12-29 16:18:52 +03:00
if [ ! -h /usr/bin/bench ]; then
ln -s /usr/bench/bin/bench /usr/bin/bench
fi
Copy Permalink