mirror of
https://github.com/frappe/bench.git
synced 2025-01-09 00:21:23 +00:00
updated postinst/postremove actions
This commit is contained in:
parent
f71ad1a6e9
commit
8596f93d41
@ -1,3 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
ln -s /usr/bench/bin/bench /usr/bin/bench
|
||||
if [ ! -h /usr/bin/bench ]; then
|
||||
ln -s /usr/bench/bin/bench /usr/bin/bench
|
||||
fi
|
||||
|
5
installers/deb_package_build/debian/postrm
Normal file
5
installers/deb_package_build/debian/postrm
Normal file
@ -0,0 +1,5 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ ! -h /usr/bin/bench ]; then
|
||||
rm -rf /usr/bin/bench
|
||||
fi
|
Loading…
Reference in New Issue
Block a user