1
0
mirror of https://github.com/Gh0stByte/Movie-Box-Updater synced 2025-07-01 20:46:46 +00:00
Files
Movie-Box-Updater/Layout/DEBIAN/postinst
Matthew Matter c4ce4fdd2c First Commit
Movie Box Updater 3.6.4 ( New button design (HQ) )
2016-06-09 16:12:48 -04:00

11 lines
346 B
Bash

#!/bin/sh
echo
echo '#####################################################'
echo ' Movie Box 3 Updater --- Version 3.6.4 '
echo '#####################################################'
echo 'Made by Gh0stByte! Enjoy! See more at iOSCheaters.com'
echo '#####################################################'
echo
echo
exit 0