Skip to content

Commit

Permalink
Update postinst and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Nov 24, 2023
1 parent 2069bb8 commit d4ff468
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 21 deletions.
21 changes: 0 additions & 21 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,37 +3,16 @@ venv
*.swp
*.log
*~
core
.idea/
.vscode
.DS_Store
__pycache__
current
rascsi_interface_pb2.py
piscsi_interface_pb2.py
messages.pot
messages.mo
report.xml
node_modules

# Intermediate files from astyle
*.orig

docker/docker-compose.override.yml
/docker/volumes/images/*
!/docker/volumes/images/.gitkeep
/docker/volumes/config/*
!/docker/volumes/config/.gitkeep

# temporary user files
s.sh

# temporary kicad files
*-backups

# VSCode temp file
settings.json

# submodules
hfdisk*
mac-hard-disk-drivers
6 changes: 6 additions & 0 deletions packaging/debian/postinst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@ rm -f piscsi scsictl scsidump
ln -s s2p piscsi
ln -s s2pctl scsictl
ln -s s2pdump scsidump

cd /usr/local/man/man1
rm -f piscsi.1 scsictl.1 scsidump.1
ln -s s2p.1 piscsi.1
ln -s s2pctl.1 scsictl.1
ln -s s2pdump.1 scsidump.1

0 comments on commit d4ff468

Please sign in to comment.