mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -04:00
8 lines
89 B
Bash
Executable File
8 lines
89 B
Bash
Executable File
#!/bin/sh
|
|
set -e
|
|
if [ \( "$1" = "upgrade" -o "$1" = "remove" \) ]
|
|
then
|
|
echo -n
|
|
fi
|
|
|
|
exit 0 |