summarylogtreecommitdiffstats
path: root/starsector.install
diff options
context:
space:
mode:
Diffstat (limited to 'starsector.install')
-rw-r--r--starsector.install27
1 files changed, 0 insertions, 27 deletions
diff --git a/starsector.install b/starsector.install
deleted file mode 100644
index 0b12434b6d69..000000000000
--- a/starsector.install
+++ /dev/null
@@ -1,27 +0,0 @@
-## arg 1: the new package version
-post_install() {
- update-desktop-database -q
- echo ">>> PACKAGE NOTES"
- echo ">>> --------------"
- echo ">>> This is the full version of the game, you need a serial key to play it."
- echo ">>> You can buy a serial key at http://fractalsoftworks.com/preorder/"
- echo ""
- echo ">>> RELEASE NOTES:"
- echo ">>> --------------"
- echo ">>> http://fractalsoftworks.com/forum/index.php?topic=11477.0"
-}
-
-## arg 1: the new package version
-## arg 2: the old package version
-post_upgrade() {
- update-desktop-database -q
- echo ">>> RELEASE NOTES:"
- echo ">>> --------------"
- echo ">>> http://fractalsoftworks.com/forum/index.php?topic=11477.0"
-}
-
-post_remove() {
- update-desktop-database -q
-}
-
-# vim:set ts=2 sw=2 et: