summarylogtreecommitdiffstats
path: root/smartsvn.install
diff options
context:
space:
mode:
Diffstat (limited to 'smartsvn.install')
-rw-r--r--smartsvn.install20
1 files changed, 0 insertions, 20 deletions
diff --git a/smartsvn.install b/smartsvn.install
deleted file mode 100644
index ab8ee4dadc97..000000000000
--- a/smartsvn.install
+++ /dev/null
@@ -1,20 +0,0 @@
-post_install() {
- chmod 755 /opt/smartsvn/bin/smartsvn.sh
- ln -s /opt/smartsvn/bin/smartsvn.sh /usr/bin/smartsvn
-
- echo "update desktop mime database..."
- update-desktop-database
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_upgrade() {
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-
-post_remove() {
- rm -rf /opt/smartsvn
- unlink /usr/bin/smartsvn
- update-desktop-database
- gtk-update-icon-cache -f /usr/share/icons/hicolor/
-}
-