mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-27 20:41:37 +02:00
6 lines
65 B
Bash
6 lines
65 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# Do something before package removal
|
||
|
|
|
||
|
|
exit 0
|