Skip to content

Commit 192b0c5

Browse files
committed
Fix instalation problems
1 parent 01028f4 commit 192b0c5

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

debian/install

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
LibreScan /usr/share/LibreScan
1+
LibreScan /usr/share/

debian/postinst

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,9 @@ pip3 install pyYAML bottle pyjade jinja2 polib cffi pexpect
1010
pip3 install jpegtran-cffi==0.5.2
1111

1212
# Create symlink to /usr/bin
13-
ln -s /usr/share/LibreScan/bin/librescan
13+
ln -s /usr/share/LibreScan/bin/librescan.sh /usr/bin/librescan
14+
15+
# Compiling locales
16+
cd /usr/share/LibreScan/src/
17+
python3 compile_messages.py
1418

0 commit comments

Comments
 (0)