mirror of
https://github.com/Tooloop/Tooloop-Packages.git
synced 2026-04-28 04:51:38 +02:00
6 lines
69 B
Bash
6 lines
69 B
Bash
|
|
#!/bin/bash
|
||
|
|
set -e
|
||
|
|
|
||
|
|
# Do something after package installation
|
||
|
|
|
||
|
|
exit 0
|