summarylogtreecommitdiffstats
path: root/s25rttr.install
diff options
context:
space:
mode:
authorHeine Pedersen2016-06-20 21:55:33 +0200
committerHeine Pedersen2016-06-20 21:55:33 +0200
commit67890f2542180487a95f2c4ec85c44e649a5f0c0 (patch)
tree2309c5ed2fe1f6ecf25508d79cf1e56ddef0653a /s25rttr.install
parentd6144504a3e155ed7b259930c3be1b3d6e512f7e (diff)
downloadaur-67890f2542180487a95f2c4ec85c44e649a5f0c0.tar.gz
Removed post_upgrade function from install script
Diffstat (limited to 's25rttr.install')
-rw-r--r--s25rttr.install3
1 files changed, 0 insertions, 3 deletions
diff --git a/s25rttr.install b/s25rttr.install
index de380ddb33a5..9ca3d60eda89 100644
--- a/s25rttr.install
+++ b/s25rttr.install
@@ -3,6 +3,3 @@ post_install() {
echo ">> in /usr/share/s25rttr/S2/"
}
-post_upgrade() {
- post_install
-}