Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions packaging/ubuntu_plugin/postinst
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

echo "Creating symbolic link for session-manager-plugin"
if [ -f /usr/local/bin/session-manager-plugin ]
then
Expand Down
2 changes: 2 additions & 0 deletions packaging/ubuntu_plugin/postrm
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/bin/sh

if [ -f /usr/local/bin/session-manager-plugin ]
then
rm /usr/local/bin/session-manager-plugin
Expand Down
2 changes: 2 additions & 0 deletions packaging/ubuntu_plugin/preinst
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/sh

echo "Preparing for install"
2 changes: 2 additions & 0 deletions packaging/ubuntu_plugin/prerm
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
#!/bin/sh

echo "Start removing session-manager-plugin"